Skip to content

Commit

Permalink
first attend to #198
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKosinski committed Feb 7, 2016
1 parent ae8f65b commit 077f7db
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 597 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: archivist
Version: 1.9.6.0
Version: 1.9.7.0
Type: Package
Title: Tools for Storing, Restoring and Searching for R Objects
Authors@R: c(
Expand Down Expand Up @@ -28,16 +28,14 @@ License: GPL-2
LazyLoad: yes
LazyData: yes
Depends:
R (>= 3.0.0)
R (>= 3.2.0)
Imports:
RCurl,
digest,
httr,
DBI,
lubridate,
RSQLite,
git2r,
jsonlite,
magrittr
Suggests:
shiny,
Expand Down
292 changes: 0 additions & 292 deletions R/archive.R

This file was deleted.

14 changes: 0 additions & 14 deletions R/archivist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,6 @@
#' @importFrom utils head
#' @importFrom utils zip
#' @importFrom utils tail
#' @importMethodsFrom git2r add
#' @importMethodsFrom git2r commit
#' @importMethodsFrom git2r push
#' @importMethodsFrom git2r pull
#' @importMethodsFrom git2r init
#' @importMethodsFrom git2r remote_add
#' @importMethodsFrom git2r clone
#' @importMethodsFrom git2r repository
#' @importMethodsFrom git2r discover_repository
#' @importMethodsFrom git2r in_repository
#' @importMethodsFrom git2r cred_user_pass
#' @importClassesFrom git2r cred_user_pass
#' @importClassesFrom git2r git_repository
#' @importFrom jsonlite unbox
#'
#' @family archivist
#' @name archivist-package
Expand Down
Loading

0 comments on commit 077f7db

Please sign in to comment.