Skip to content

Commit

Permalink
v1.0.0 late fixes before CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrgodfrey committed Jul 2, 2023
1 parent cac4e10 commit 203a8a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 26 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Package: BrailleR
Title: Improved Access for Blind Users
Version: 1.0.0
Date: 2023-07-01
Authors@R: c(
person("A. Jonathan R.", "Godfrey", , "a.j.godfrey@massey.ac.nz", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8129-8835")),
Expand Down Expand Up @@ -43,7 +44,6 @@ URL: https://github.com/ajrgodfrey/BrailleR,
http://ajrgodfrey.github.io/BrailleR/
BugReports: https://github.com/ajrgodfrey/BrailleR/issues
Depends:
mathjaxr,
R (>= 3.4.0)
Imports:
devtools,
Expand All @@ -54,6 +54,7 @@ Imports:
gridSVG,
hunspell,
knitr,
mathjaxr,
moments,
quarto,
Rdpack,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import(gridGraphics)
importFrom("gridSVG", "dev.off", "elementGrob", "textNodeGrob")
importFrom("hunspell", "hunspell")
import(knitr)
import(mathjaxr)
importFrom("moments", "skewness")
importFrom("quarto", "quarto_path")
importFrom("Rdpack","reprompt")
Expand Down
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# BrailleR 1.0.0
- first production release. Still plenty to add, but the original intention of the package has now been met.



- removed explicit CITATION file. This then required explicit date specification in DESCRIPTION.

# BrailleR 0.99.0
- did some cleaning up to de-clutter, check examples, add documentation, and all the good things that must be done prior to v1.0.0
Expand All @@ -11,8 +9,6 @@
- removed other dependencies (on base packages) from imports
- responded to June 28 CRAN check



# BrailleR 0.33.4
- fix issue #35 with incorrect bin counts
- fix issue #24, correcting base r plot titles in VI
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
nothing to note (I hope) except:


Any functions relying on package 'installr' (which was originally created for Windows only and listed as Suggests), only try to make use of installr::foo() within sufficient OS checking if() statements and requireNamespace().
- NOTE re run time for examples. I get these sporadically. If pain persists, I will need to remove the examples.

Any use of the shell() command do so with OS conditioning and interactive mode protection
- Any functions relying on package 'installr' (which was originally created for Windows only and listed as Suggests), only try to make use of installr::foo() within sufficient OS checking if() statements and requireNamespace().

- Any use of the shell() command do so with OS conditioning and interactive mode protection

18 changes: 0 additions & 18 deletions inst/CITATION

This file was deleted.

0 comments on commit 203a8a6

Please sign in to comment.