Skip to content
Permalink
Browse files

adding package metadata files

moving scripts and other files around to "proper" package location
  • Loading branch information
ha0ye committed Nov 16, 2017
1 parent b6e287c commit 326506b9d7fb3e0223948d0245381963f83a2b37
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
@@ -1,13 +1,9 @@
.cache_chunk

.cache_ll

.Rhistory

'rodent gibbs results'

'simulation gibbs results'

'changepoint results'

.Rproj.user
.RData
@@ -0,0 +1,11 @@
Package: LDA.pointbreak
Title: Detect Community-Types from Data and Identify Break Points
Version: 0.0.1
Authors@R: person("Erica", "Christensen", email = "erica.christensen@weecology.org", role = c("aut", "cre"))
person("Dave", "Harris", email = "dave.harris@weecology.org", role = c("aut"))
person("Hao", "Ye", email = "hao.ye@weecology.org", role = c("ctb"))
Description: Uses Latent Dirichlet Allocation to identify "community-types", then applies a changepoint model to identify like break points in the community-type-level time series.
Depends: R (>= 3.4.1)
License: MIT
Encoding: UTF-8
LazyData: true
@@ -0,0 +1,16 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
Encoding: UTF-8

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
@@ -0,0 +1,2 @@
# Generated by roxygen2: fake comment so roxygen2 overwrites silently.
exportPattern("^[^\\.]")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 326506b

Please sign in to comment.
You can’t perform that action at this time.