Skip to content

Commit

Permalink
68 fixed v2 vignette bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cthunes committed Jun 29, 2023
1 parent a1caf76 commit 0d31125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ tcpl.Rcheck
tcplLite.Rproj
inst/doc
data-raw/db_cred.R
/revdep/
/revdep/
/doc/
/Meta/
2 changes: 2 additions & 0 deletions vignettes/Data_processing-Archive_tcpl_v2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ tcplRegister(what = "acsn",
```
The data are now ready to be loaded with the <font face="CMTT10"> tcplWriteLvl0 </font> function.
```{r eval = TRUE, message = FALSE}
## Cannot process a concentration value of 0; use .01 as a dummy value
mcdat$conc[mcdat$conc == 0] <- .01
tcplWriteLvl0(dat = mcdat, type = "mc")
```
Expand Down

0 comments on commit 0d31125

Please sign in to comment.