dewittpe / qwraps2

An updated version of qwraps with a focus on flexibility and general purpose. These functions are helpful for extracting and formatting results from R into .Rnw or .Rmd files. Additional functions for routine work such as extracting results from regression models or finding sensitivity and specificity.
http://www.peteredewitt.com/qwraps2/
GNU General Public License v3.0
37 stars 7 forks source link

roxygen 7.0.0 -- #81

Closed dewittpe closed 4 years ago

dewittpe commented 4 years ago

After updating roxygen2 to version 7.0.0 the following build error is occurring

$ make
if [ -e "./data-raw/makefile" ]; then make -C ./data-raw/; fi
if [ -e "./vignette-spinners/makefile" ]; then make -C ./vignette-spinners/; fi
make[1]: Entering directory '/home/dewittp/R-dev/qwraps2/vignette-spinners'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/dewittp/R-dev/qwraps2/vignette-spinners'
Rscript --vanilla --quiet -e "options(repo = c('"https://cran.rstudio.com"', ''))" \
        -e "options(warn = 2)" \
        -e "devtools::document('.')"
Updating qwraps2 documentation
Loading qwraps2
Error in findEndOfTag(tag_plus, is_code = FALSE) : 
  Expecting a single string value: [type=character; extent=41].
Calls: <Anonymous> ... find_fragile_rd_tags -> find_all_rd_tags -> map_int -> .f -> findEndOfTag
Execution halted
makefile:32: recipe for target '.document.Rout' failed
make: *** [.document.Rout] Error 1
dewittpe commented 4 years ago

Roxygen version 7.0.2 has resolved this issue.