Thanks. However, I get a very different output than yours. See below. It seems unlikely to me that the output you posted is from this package.
> devtools::check()
ββ Building βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Setting env vars:
β’ CFLAGS : -Wall -pedantic -fdiagnostics-color=always
β’ CXXFLAGS : -Wall -pedantic -fdiagnostics-color=always
β’ CXX11FLAGS: -Wall -pedantic -fdiagnostics-color=always
β’ CXX14FLAGS: -Wall -pedantic -fdiagnostics-color=always
β’ CXX17FLAGS: -Wall -pedantic -fdiagnostics-color=always
β’ CXX20FLAGS: -Wall -pedantic -fdiagnostics-color=always
ββ R CMD build ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β checking for file β/private/var/folders/ph/fpcmzfd16rgbbk8mxvy9m2_h0000gn/T/RtmpNjKA1k/build-a150d848044/first/DESCRIPTIONβ ...
β preparing βfirstβ:
β checking DESCRIPTION meta-information ...
β checking for LF line-endings in source and make files and shell scripts
β checking for empty or unneeded directories
β building βfirst_0.1.0.tar.gzβ
ββ Checking βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Setting env vars:
β’ _R_CHECK_CRAN_INCOMING_USE_ASPELL_ : TRUE
β’ _R_CHECK_CRAN_INCOMING_REMOTE_ : FALSE
β’ _R_CHECK_CRAN_INCOMING_ : FALSE
β’ _R_CHECK_FORCE_SUGGESTS_ : FALSE
β’ _R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_: FALSE
β’ NOT_CRAN : true
ββ R CMD check ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β using log directory β/private/var/folders/ph/fpcmzfd16rgbbk8mxvy9m2_h0000gn/T/RtmpNjKA1k/filea1507ef4c282/first.Rcheckβ
β using R version 4.2.2 (2022-10-31)
β using platform: aarch64-apple-darwin20 (64-bit)
β using session charset: UTF-8
β using options β--no-manual --as-cranβ
β checking for file βfirst/DESCRIPTIONβ ...
β checking extension type ... Package
β this is package βfirstβ version β0.1.0β
β package encoding: UTF-8
β checking package namespace information ...
β checking package dependencies (2.1s)
β checking if this is a source package
β checking if there is a namespace
β checking for executable files ...
β checking for hidden files and directories
β checking for portable file names
β checking for sufficient/correct file permissions ...
β checking serialization versions ...
β checking whether package βfirstβ can be installed (732ms)
β checking installed package size ...
β checking package directory ...
β checking for future file timestamps (478ms)
W checking DESCRIPTION meta-information ...
Non-standard license specification:
What license is it under?
Standardizable: FALSE
β checking top-level files ...
β checking for left-over files ...
β checking index information
β checking package subdirectories ...
β checking whether the package can be loaded ...
β checking whether the package can be loaded with stated dependencies ...
β checking whether the package can be unloaded cleanly ...
β checking whether the namespace can be loaded with stated dependencies ...
β checking whether the namespace can be unloaded cleanly ...
β checking loading without being on the library search path ...
W checking for missing documentation entries ...
Undocumented code objects:
βSchoolDatasetβ
Undocumented data sets:
βSchoolDatasetβ
All user-level objects in a package should have documentation entries.
See chapter βWriting R documentation filesβ in the βWriting R
Extensionsβ manual.
β checking contents of βdataβ directory ...
β checking data for non-ASCII characters ...
β checking LazyData
β checking data for ASCII and uncompressed saves ...
β checking examples ... NONE
β checking for non-standard things in the check directory
β checking for detritus in the temp directory
See
β/private/var/folders/ph/fpcmzfd16rgbbk8mxvy9m2_h0000gn/T/RtmpNjKA1k/filea1507ef4c282/first.Rcheck/00check.logβ
for details.
ββ R CMD check results βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ first 0.1.0 ββββ
Duration: 9.8s
β― checking DESCRIPTION meta-information ... WARNING
Non-standard license specification:
What license is it under?
Standardizable: FALSE
β― checking for missing documentation entries ... WARNING
Undocumented code objects:
βSchoolDatasetβ
Undocumented data sets:
βSchoolDatasetβ
All user-level objects in a package should have documentation entries.
See chapter βWriting R documentation filesβ in the βWriting R
Extensionsβ manual.
0 errors β | 2 warnings β | 0 notes β
Error: R CMD check found WARNINGs
Execution halted