diff --git a/dev-R/ini/Manifest b/dev-R/ini/Manifest new file mode 100644 index 0000000000..e45434ea46 --- /dev/null +++ b/dev-R/ini/Manifest @@ -0,0 +1 @@ +DIST ini_0.3.1.tar.gz 3488 BLAKE2B f106cb98cfdceec65ad56206f25c433c74fa91f96751730888ad42f7453f6faa0811470fd00e038e2a0c05c024ed7118369e7175634315f7a0b5e45086a6f072 SHA512 cf49caa1baa6e4cba595b706a66493459267b4b9fe87e4c21d67d3c56baf060144e1e4e99bbcc106130da0a5061c1718a2dd2774f168278165141948cd4145a3 diff --git a/dev-R/ini/ini-0.3.1.ebuild b/dev-R/ini/ini-0.3.1.ebuild new file mode 100644 index 0000000000..930b8ac6a9 --- /dev/null +++ b/dev-R/ini/ini-0.3.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Read and Write .ini Files' +KEYWORDS="~amd64" +LICENSE='GPL-3' diff --git a/dev-R/ini/metadata.xml b/dev-R/ini/metadata.xml new file mode 100644 index 0000000000..9a3d623887 --- /dev/null +++ b/dev-R/ini/metadata.xml @@ -0,0 +1,10 @@ + + + + + Read and Write '.ini' Files // Parse simple '.ini' configuration + files to an structured list. Users can manipulate this + resulting list with lapply() functions. This same structured + list can be used to write back to file after modifications. + +