[Stacomir-commits] r546 - in pkg: stacomir stacomir/inst/cran-comments stacomirtools

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 25 11:18:10 CET 2019


Author: briand
Date: 2019-01-25 11:18:09 +0100 (Fri, 25 Jan 2019)
New Revision: 546

Modified:
   pkg/stacomir/.Rinstignore
   pkg/stacomir/DESCRIPTION
   pkg/stacomir/NEWS.md
   pkg/stacomir/inst/cran-comments/cran-comments-v0.5.4.0.md
   pkg/stacomirtools/.Rinstignore
Log:
changes to pass R CMD check

Modified: pkg/stacomir/.Rinstignore
===================================================================
--- pkg/stacomir/.Rinstignore	2018-10-11 18:52:26 UTC (rev 545)
+++ pkg/stacomir/.Rinstignore	2019-01-25 10:18:09 UTC (rev 546)
@@ -1,5 +1,8 @@
 inst/config/generate_ROxygen2.R
-inst/config/libraries.r
+inst/config/libraries.R
+inst/config/poedit.R
+inst/config/stacomi_checks.R
 inst/stacomi_manual_launch.r
 inst/test_vignette.R
-inst/testthat.R
\ No newline at end of file
+inst/testthat.R
+inst/cran-comment
\ No newline at end of file

Modified: pkg/stacomir/DESCRIPTION
===================================================================
--- pkg/stacomir/DESCRIPTION	2018-10-11 18:52:26 UTC (rev 545)
+++ pkg/stacomir/DESCRIPTION	2019-01-25 10:18:09 UTC (rev 546)
@@ -1,6 +1,6 @@
 Package: stacomiR
-Version: 0.5.4.0
-Date: 2018-09-24
+Version: 0.5.4.1
+Date: 2019-01-25
 Title: Fish Migration Monitoring
 Authors at R: c(person("Cedric", "Briand", role = c("aut", "cre"), email = "cedric.briand00 at gmail.com"),
 	      person("Marion", "Legrand", role = "aut", email="tableau-salt-loire at logrami.fr"),

Modified: pkg/stacomir/NEWS.md
===================================================================
--- pkg/stacomir/NEWS.md	2018-10-11 18:52:26 UTC (rev 545)
+++ pkg/stacomir/NEWS.md	2019-01-25 10:18:09 UTC (rev 546)
@@ -1,3 +1,7 @@
+# stacomiR 0.5.4.1
+
+* fixed issue with prototype generating check warning on CRAN
+
 # stacomiR 0.5.4.0
 
 * removed reference to test database, and use of dplyr for internal calculations. 

Modified: pkg/stacomir/inst/cran-comments/cran-comments-v0.5.4.0.md
===================================================================
--- pkg/stacomir/inst/cran-comments/cran-comments-v0.5.4.0.md	2018-10-11 18:52:26 UTC (rev 545)
+++ pkg/stacomir/inst/cran-comments/cran-comments-v0.5.4.0.md	2019-01-25 10:18:09 UTC (rev 546)
@@ -1,14 +1,8 @@
 This updates the existing stacomiR package on CRAN.
 
 # Notes
-There is one warning concerning the size of the vignette pdf when built on R-Forge
-* checking sizes of PDF files under 'inst/doc' ... WARNING
-  'gs+qpdf' made some significant size reductions:
-     compacted 'stacomir.pdf' from 467Kb to 215Kb
-  consider running tools::compactPDF(gs_quality = "ebook") on these files
-But since the vignette is generated on the fly in R-forge, I don't think there is anything
-I can do about that.
 
+
 # New development
 
 * the removal of calls to the database named "test", and use of dplyr for internal calculations. 

Modified: pkg/stacomirtools/.Rinstignore
===================================================================
--- pkg/stacomirtools/.Rinstignore	2018-10-11 18:52:26 UTC (rev 545)
+++ pkg/stacomirtools/.Rinstignore	2019-01-25 10:18:09 UTC (rev 546)
@@ -1 +1,9 @@
-inst/config/test.R
\ No newline at end of file
+Dear Cran Adminstrator
+
+# stacomitools 0.5.3
+
+This is a maintenance version of the package with following changes
+
+* added unit tests
+
+* removed bug, file not working when envir_stacomi not present, this environment is added when used with stacomir package.
\ No newline at end of file



More information about the Stacomir-commits mailing list