cleanupMuso now work :)

This commit is contained in:
hollorol 2017-09-01 16:53:12 +02:00
parent 13b151a695
commit a395549b44
11 changed files with 36 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Package: RBBGCMuso
Title: An R package for BiomeBGC-MuSo ecosystem modelling
Version: 0.3.0.0-2
Version: 0.3.1.0-1
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
License: GPL-2

View File

@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand
export(calibMuso)
export(cleanupMuso)
export(corrigMuso)
export(getyearlycum)
export(getyearlymax)

View File

@ -1,3 +1,15 @@
#'cleanupMuso
#'
#' cleanupMuso can erase all of the unnecessary log and output files.
#'
#' @author Roland Hollos
#' @param location It is the place where your output files are.
#' @param simplicity TRUE or FALSE. If true cleanupMuso will erase only the log files from only the location
#' @param deep If it is TRUE, it will delete every files from the subdirectories also
#' @usage cleanupMuso(location=NULL, simplicity=TRUE,deep=FALSE)
#' @export
cleanupMuso <- function(location=NULL, simplicity=TRUE,deep=FALSE){
areThereAnyFolders <- FALSE
whereAmI <- getwd()

View File

@ -44,7 +44,7 @@ plotMuso <- function(settings,
logfilename=logfilename,
export=export)
xlab_muso<- switch(timee, "d"="days","y"="years","m"=months)
xlab_muso<- switch(timee, "d"="days","y"="years","m"="months")
numVari <- ncol(musoData)
if(is.numeric(variable)){

View File

@ -0,0 +1,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cleanup.R
\name{cleanupMuso}
\alias{cleanupMuso}
\title{cleanupMuso}
\usage{
cleanupMuso(location=NULL, simplicity=TRUE,deep=FALSE)
}
\arguments{
\item{location}{It is the place where your output files are.}
\item{simplicity}{TRUE or FALSE. If true cleanupMuso will erase only the log files from only the location}
\item{deep}{If it is TRUE, it will delete every files from the subdirectories also}
}
\description{
cleanupMuso can erase all of the unnecessary log and output files.
}
\author{
Roland Hollos
}

Binary file not shown.

Binary file not shown.