Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nsPublicData
actg
Commits
f35fee6d
Commit
f35fee6d
authored
Aug 07, 2017
by
levintow
Browse files
cleaning up actg repo to build package
parent
dbf82e0a
Changes
5
Hide whitespace changes
Inline
Side-by-side
.Rbuildignore
View file @
f35fee6d
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
^actg_ipwrisk$
R/actg_ipwrisk.R
View file @
f35fee6d
...
...
@@ -5,10 +5,11 @@
#####################################
## Load packages
library
(
"devtools"
)
devtools
::
install_bitbucket
(
"novisci/ipwrisk"
,
auth_user
=
"salevintow@gmail.com"
,
dependencies
=
TRUE
,
password
=
.rs.askForPassword
(
"Bitbucket Password"
))
## for re-installation of ipwrisk
##devtools::install_bitbucket("novisci/ipwrisk",
##auth_user = "salevintow@gmail.com",
##dependencies = TRUE,
##password = .rs.askForPassword("Bitbucket Password"))
library
(
ipwrisk
)
library
(
data.table
)
library
(
pryr
)
# had to add this, was not loaded as a dependency
...
...
R/hello.R
deleted
100644 → 0
View file @
dbf82e0a
# Hello, world!
#
# This is an example function named 'hello'
# which prints 'Hello, world!'.
#
# You can learn more about package authoring with RStudio at:
#
# http://r-pkgs.had.co.nz/
#
# Some useful keyboard shortcuts for package authoring:
#
# Build and Reload Package: 'Cmd + Shift + B'
# Check Package: 'Cmd + Shift + E'
# Test Package: 'Cmd + Shift + T'
hello
<-
function
()
{
print
(
"Hello, world!"
)
}
R/setup
_actg.R
→
data-raw/read
_actg.R
View file @
f35fee6d
File moved
man/hello.Rd
deleted
100644 → 0
View file @
dbf82e0a
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment