From 7b3287d4c9039687d72262f3c8c6d11ef01cf9d4 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Sun, 9 Feb 2020 20:21:46 +0100 Subject: [PATCH] prepare for cran --- cran-comments.md | 14 +++-------- revdep/README.md | 24 ++++++++++-------- revdep/failures.md | 62 +--------------------------------------------- 3 files changed, 18 insertions(+), 82 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 161da50..c504b78 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,4 @@ -This is a minor release addressing new check failures on Solaris. No outwards- -facing changes +Small update to comply with CRAN request regarding erroneous `...` documentation ## Test environments * local R installation, R 3.6.0 @@ -12,13 +11,8 @@ facing changes ## revdepcheck results -We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems - * We failed to check 1 packages - -Issues with CRAN packages are summarised below. - -### Failed to check - -* SSOSVM (NA) + * We failed to check 0 packages + diff --git a/revdep/README.md b/revdep/README.md index 546b2a0..725a795 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -3,26 +3,28 @@ |field |value | |:--------|:----------------------------| |version |R version 3.6.0 (2019-04-26) | -|os |macOS Mojave 10.14.6 | +|os |macOS 10.15.3 | |system |x86_64, darwin15.6.0 | |ui |RStudio | |language |(EN) | |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |Europe/Copenhagen | -|date |2019-11-18 | +|date |2020-02-08 | # Dependencies -|package |old |new |Δ | -|:---------|:-----|:----------|:--| -|gganimate |1.0.3 |1.0.3.9000 |* | +|package |old |new |Δ | +|:-----------|:-----|:----------|:--| +|gganimate |1.0.4 |1.0.4.9000 |* | +|cli |NA |2.0.1 |* | +|fansi |NA |0.4.1 |* | +|farver |NA |2.0.3 |* | +|hms |NA |0.5.3 |* | +|prettyunits |NA |1.1.1 |* | +|rlang |NA |0.4.4 |* | +|stringi |NA |1.4.5 |* | +|vctrs |NA |0.2.2 |* | # Revdeps -## Failed to check (1) - -|package |version |error |warning |note | -|:-------|:-------|:-----|:-------|:----| -|SSOSVM |0.2.1 |1 | | | - diff --git a/revdep/failures.md b/revdep/failures.md index b3bb77d..9a20736 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1,61 +1 @@ -# SSOSVM - -
- -* Version: 0.2.1 -* Source code: https://github.com/cran/SSOSVM -* Date/Publication: 2019-05-06 09:10:03 UTC -* Number of recursive dependencies: 68 - -Run `revdep_details(,"SSOSVM")` for more info - -
- -## In both - -* checking whether package ‘SSOSVM’ can be installed ... ERROR - ``` - Installation failed. - See ‘/Users/thomas/Dropbox/GitHub/gganimate/revdep/checks.noindex/SSOSVM/new/SSOSVM.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘SSOSVM’ ... -** package ‘SSOSVM’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/Rcpp/include" -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/RcppArmadillo/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o -clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/Rcpp/include" -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/RcppArmadillo/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c main.cpp -o main.o -clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o SSOSVM.so RcppExports.o main.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation -ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0' -ld: warning: directory not found for option '-L/usr/local/gfortran/lib' -ld: library not found for -lgfortran -clang: error: linker command failed with exit code 1 (use -v to see invocation) -make: *** [SSOSVM.so] Error 1 -ERROR: compilation failed for package ‘SSOSVM’ -* removing ‘/Users/thomas/Dropbox/GitHub/gganimate/revdep/checks.noindex/SSOSVM/new/SSOSVM.Rcheck/SSOSVM’ - -``` -### CRAN - -``` -* installing *source* package ‘SSOSVM’ ... -** package ‘SSOSVM’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/Rcpp/include" -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/RcppArmadillo/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o -clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/Rcpp/include" -I"/Users/thomas/Dropbox/GitHub/gganimate/revdep/library.noindex/SSOSVM/RcppArmadillo/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c main.cpp -o main.o -clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o SSOSVM.so RcppExports.o main.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation -ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0' -ld: warning: directory not found for option '-L/usr/local/gfortran/lib' -ld: library not found for -lgfortran -clang: error: linker command failed with exit code 1 (use -v to see invocation) -make: *** [SSOSVM.so] Error 1 -ERROR: compilation failed for package ‘SSOSVM’ -* removing ‘/Users/thomas/Dropbox/GitHub/gganimate/revdep/checks.noindex/SSOSVM/old/SSOSVM.Rcheck/SSOSVM’ - -``` +*Wow, no problems at all. :)* \ No newline at end of file