Skip to content

Commit

Permalink
Merge pull request #263 from DylanCarbone/master
Browse files Browse the repository at this point in the history
Fix of pages
  • Loading branch information
DylanCarbone authored Jun 10, 2024
2 parents 170bd5d + 4ac453a commit 811de2e
Show file tree
Hide file tree
Showing 235 changed files with 29,000 additions and 1,617 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
vignette_frescalo.exe
sparta.Rproj
misc/
/doc/
/Meta/
create_unicorn.r
error_reproduction_scripts/
docs
inst/JAGS
vignettes/wincomm.cmd
vignettes/myFolder
2 changes: 1 addition & 1 deletion R/detect_jags.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#' @importFrom runjags testjags
#'
detect_jags <- function(){
return(suppressWarnings(runjags::testjags(silent = TRUE)$JAGS.found))
return(suppressWarnings(runjags::testjags(silent = TRUE)$JAGS.found))
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ If you have difficulties installing sparta using this method try updating your v
Vignette/Tutorial
----------------

We have written a vignette to support the package which can view [here](http://biologicalrecordscentre.github.io/sparta/articles/sparta_vignette.html)
We have written a vignette to support the package which can viewed [here](https://biologicalrecordscentre.github.io/sparta/articles/vignette.html)

*PLEASE NOTE THAT SINCE THIS PACKAGE IS IN DEVELOPMENT THE STRUCTURE AND FUNCTIONALITY OF THE PACKAGE ARE LIKELY TO CHANGE OVER TIME. WE WILL TRY TO KEEP THE TUTORIALS UP TO DATE SO THAT IT WORKS WITH THE CURRENT MASTER VERSION ON GITHUB*
2,039 changes: 2,039 additions & 0 deletions docs/articles/vignette.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/deps/bootstrap-5.3.1/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/deps/clipboard.js-2.0.11/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/deps/data-deps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet" />
<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script>
Loading

0 comments on commit 811de2e

Please sign in to comment.