-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source installed "StanHeaders", "rstan", "rstanarm" on MacOS Mojave
- Loading branch information
Showing
1,880 changed files
with
56,988 additions
and
45,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: StanHeaders | ||
Date: 2019-09-05 | ||
Date: 2020-06-09 | ||
Title: C++ Header Files for Stan | ||
Authors@R: c(person("Ben",family="Goodrich", email="[email protected]", role=c('cre','aut')), | ||
person("Joshua", "Pritikin", role = "ctb"), | ||
|
@@ -29,16 +29,18 @@ Authors@R: c(person("Ben",family="Goodrich", email="[email protected] | |
person("The Regents of the", "University of California", role = "cph", comment = "CVODES"), | ||
person("Southern Methodist", "University", role = "cph", comment = "CVODES")) | ||
URL: http://mc-stan.org/ | ||
Description: The C++ header files of the Stan project are provided by this package, but it contains no R code or function documentation. There is a shared object containing part of the 'CVODES' library, but it is not accessible from R. 'StanHeaders' is only useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models. | ||
Suggests: Rcpp, RcppEigen, BH, knitr (>= 1.15.1), rmarkdown, Matrix, | ||
methods, rstan | ||
Description: The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is only useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models. | ||
Imports: RcppParallel (>= 5.0.1) | ||
Suggests: Rcpp, BH, knitr (>= 1.15.1), rmarkdown, Matrix, methods, | ||
rstan | ||
LinkingTo: RcppEigen, RcppParallel (>= 5.0.1) | ||
VignetteBuilder: knitr | ||
SystemRequirements: pandoc | ||
Depends: R (>= 3.4.0) | ||
Version: 2.19.0 | ||
Version: 2.21.0-5 | ||
License: BSD_3_clause + file LICENSE | ||
NeedsCompilation: yes | ||
Packaged: 2019-09-05 18:28:20 UTC; ben | ||
Packaged: 2020-06-09 07:05:55 UTC; ben | ||
Author: Ben Goodrich [cre, aut], | ||
Joshua Pritikin [ctb], | ||
Andrew Gelman [aut], | ||
|
@@ -68,5 +70,5 @@ Author: Ben Goodrich [cre, aut], | |
Southern Methodist University [cph] (CVODES) | ||
Maintainer: Ben Goodrich <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2019-09-07 07:00:17 UTC | ||
Built: R 3.6.0; x86_64-apple-darwin15.6.0; 2019-09-08 13:01:16 UTC; unix | ||
Date/Publication: 2020-06-09 14:30:10 UTC | ||
Built: R 3.6.1; x86_64-apple-darwin15.6.0; 2020-06-26 11:59:42 UTC; unix |
1 change: 1 addition & 0 deletions
1
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/INDEX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CxxFlags Compilation flags for StanHeaders |
Binary file modified
BIN
+88 Bytes
(150%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/Rd.rds
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/features.rds
Binary file not shown.
Binary file modified
BIN
+99 Bytes
(150%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/hsearch.rds
Binary file not shown.
Binary file modified
BIN
+94 Bytes
(310%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/links.rds
Binary file not shown.
Binary file modified
BIN
+23 Bytes
(110%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/nsInfo.rds
Binary file not shown.
Binary file modified
BIN
+90 Bytes
(100%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/package.rds
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/Meta/vignette.rds
Binary file not shown.
3 changes: 2 additions & 1 deletion
3
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/NAMESPACE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
if(.Platform$OS.type == "windows") useDynLib(StanHeaders, .registration = TRUE) | ||
|
||
importFrom(RcppParallel, RcppParallelLibs) | ||
#export(CxxFlags, LdFlags) |
27 changes: 27 additions & 0 deletions
27
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/R/StanHeaders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# File share/R/nspackloader.R | ||
# Part of the R package, http://www.R-project.org | ||
# | ||
# Copyright (C) 1995-2012 The R Core Team | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation; either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# A copy of the GNU General Public License is available at | ||
# http://www.r-project.org/Licenses/ | ||
|
||
local({ | ||
info <- loadingNamespaceInfo() | ||
pkg <- info$pkgname | ||
ns <- .getNamespace(as.name(pkg)) | ||
if (is.null(ns)) | ||
stop("cannot find namespace environment for ", pkg, domain = NA); | ||
dbbase <- file.path(info$libname, pkg, "R", pkg) | ||
lazyLoad(dbbase, ns, filter = function(n) n != ".__NAMESPACE__.") | ||
}) |
Binary file added
BIN
+4.35 KB
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/R/StanHeaders.rdb
Binary file not shown.
Binary file added
BIN
+301 Bytes
Frameworks/R.framework/Versions/3.6/Resources/library/StanHeaders/R/StanHeaders.rdx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.