Browse Source

Roxygen version bump

master
Maxime Wack 7 years ago
parent
commit
2a6b9a8522
6 changed files with 1 additions and 6 deletions
  1. +1
    -1
      DESCRIPTION
  2. +0
    -1
      man/create_admin.Rd
  3. +0
    -1
      man/create_password.Rd
  4. +0
    -1
      man/pipe.Rd
  5. +0
    -1
      man/secure_db.Rd
  6. +0
    -1
      man/set_permissions.Rd

+ 1
- 1
DESCRIPTION View File

@@ -13,4 +13,4 @@ Imports:
purrr,
stringr,
RPostgreSQL
RoxygenNote: 5.0.1
RoxygenNote: 6.0.0

+ 0
- 1
man/create_admin.Rd View File

@@ -25,4 +25,3 @@ The name of the account is i2b2admin by default
The shared password can be provided, or randomly generated (length = 8 characters by default)
The system account belongs in the users and wildfly groups
}


+ 0
- 1
man/create_password.Rd View File

@@ -18,4 +18,3 @@ Generate a random alphanumeric password of any length
\details{
Generate a random alphanumeric ([A-Za-z0-9]) password
}


+ 0
- 1
man/pipe.Rd View File

@@ -10,4 +10,3 @@ lhs \%>\% rhs
Pipe operator
}
\keyword{internal}


+ 0
- 1
man/secure_db.Rd View File

@@ -31,4 +31,3 @@ settings in the README.
The function can be used from a remote machine but you have to configure pg_hba.conf
accordingly
}


+ 0
- 1
man/set_permissions.Rd View File

@@ -9,4 +9,3 @@ set_permissions()
\description{
Set the permissions wildfly:wildfly +rwx and setgid to the webclient and wildfly folders
}


Loading…
Cancel
Save