R-datasets-3.5.0-bp153.1.380 >  A `uќ!M@eeec37eY[ׇ%v~Wl8urL*"AB159/)𻠺PmENi"Il2vuh?>S0) P?-<{rfb7`I{qNaIN+z{O9RU߲xb1r"mbFG~W{Ʀ ~{CeVCe@'v,$>p;9?9d   O /5<    t N    4    :( \8 d)9 ):c)F4QG4dH4I54X5PY5X\5|]5^6b7c8Fd8e8f8l8u8v94z9d9t9x9~9CR-datasets3.5.0bp153.1.380Package providing R-core datasets in R-datasetsThis package provides R-datasets, one of R-core packages.`ugoat07 SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://www.r-project.org/linuxx86_64@ " HGd%J6GL>ZA큤A큤A큤A큤A큤`u}`u}`u}`u`u}`u}`u`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u}`u`u}`ue1dc11fa4b0fa7e3da3c571d81184b06e5eaabaab1c8ffe222d78ffb651723e0d95d0a12e6e8f1d61c997b5e022d8a122d217d8c16bf251bc8edec56c103fab3df3d6db69dec4e95268e4feb906b984299027e43f6c421f08103f51ce035b5ced3caa656e0b7108acb09e3395cfe82832e431095c56f27c7d56bfb208828cfefa7a84af94731705df86774c8163e8d52c37c2e69f36a560038c09a011fe017ff7aaba2a06c3a2ad543a06bf3d015972f0611e5903ff49ef1126f7d2fa4b3ec3b68c74078ac192ae13dc8e0da7d798387a580947b66bbf5585aa55ee1f9fb429b61a59d3fb43c1b362c12df5cb498c50bc95952b884ab16423a2d95422d7990f8b90c1d636c82f2182a266a8564845a896507098ebb3dfae51c302ad4f41db9d91266c5c1282b975fa13e6c8df30657c0d59d3be01bf7f0e9faec05fded67761c65b008b1467baa409772c3e9143978681024efa241e71b5bdfb43ff91dea4348757900f3ce7e5204673b2608d58896cf61169605a7ea093e1ca557517c7272f66247b3d5551d71e2fb882d36a8803c497397a3c0e2ca05448d2b667f537b80b22eafea93e0b30930588cbcba98d1ee47bc92cedb756ad02a7ff0c39b7905fcd9676880bb336ab001beaf040d30c088b617c746ee201a3f8fe46424a399d2ef21c8b550380929fdfdadf2b023cce3470c5253f52596edf1564947869a95a98e6bf20526dd1152feb0b63206e76b3a002ecc523f12596616b4f7ca7c778c6b643989c70bd8b538935b2ff3fe88e338960a68bdb19001091874d0c0b23e361c25850e5c1e49f844793e017dc18160b1b53d71a759dd961d7cca15225228990dd3a7../../KernSmooth/Meta/features.rds../../../doc/html/R.cssrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootR-base-3.5.0-bp153.1.380.src.rpmR-datasetsR-datasets(x86-64)    R-baserpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.5.03.0.4-14.6.0-14.0-15.2-14.14.1ZZZZ`@ZkZY5YyYV=@X@XXXXXO@X2@Wv[@Wi,@W n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus. * The character methods for as.Date() and as.POSIXlt() are more flexible _via_ new arguments tryFormats and optional: see their help pages. * on.exit() gains an optional argument after with default TRUE. Using after = FALSE with add = TRUE adds an exit expression before any existing ones. This way the expressions are run in a first-in last-out fashion. (From Lionel Henry.) * On Windows, file.rename() internally retries the operation in case of error to attempt to recover from possible anti-virus interference. * Command line completion on :: now also includes lazy-loaded data. * If the TZ environment variable is set when date-time functions are first used, it is recorded as the session default and so will be used rather than the default deduced from the OS if TZ is subsequently unset. * There is now a [ method for class "DLLInfoList". * glm() and glm.fit get the same singular.ok = TRUE argument that lm() has had forever. As a consequence, in glm(*, method = ), user specified methods need to accept a singular.ok argument as well. * aspell() gains a filter for Markdown (.md and .Rmd) files. * intToUtf8(multiple = FALSE) gains an argument to allow surrogate pairs to be interpreted. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() has been increased up to 614 when the OS limit on the number of open files allows. * Sys.timezone() on a Unix-alike caches the value at first use in a session: _inter alia_ this means that setting TZ later in the session affects only the _current_ time zone and not the _system_ one. Sys.timezone() is now used to find the system timezone to pass to the code used when R is configured with --with-internal-tzcode. * When tar() is used with an external command which is detected to be GNU tar or libarchive tar (aka bsdtar), a different command-line is generated to circumvent line-length limits in the shell. * system(*, intern = FALSE), system2() (when not capturing output), file.edit() and file.show() now issue a warning when the external command cannot be executed. * The "default" ("lm" etc) methods of vcov() have gained new optional argument complete = TRUE which makes the vcov() methods more consistent with the coef() methods in the case of singular designs. The former (back-compatible) behavior is given by vcov(*, complete = FALSE). * coef() methods (for lm etc) also gain a complete = TRUE optional argument for consistency with vcov(). For "aov", both coef() and vcov() methods remain back-compatibly consistent, using the _other_ default, complete = FALSE. * attach(*, pos = 1) is now an error instead of a warning. * New function getDefaultCluster() in package parallel to get the default cluster set via setDefaultCluster(). * str(x) for atomic objects x now treats both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by default ar(x) now work when x has NAs, mostly thanks to a patch by Pavel Krivitsky in PR#17366. The ar.yw.default()'s AIC computations have become more efficient by using determinant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including methods can be restored by setting the environment variable R_SCRIPT_LEGACY to yes. * When a package is found more than once, the warning from find.package(*, verbose=TRUE) lists all library locations. * POSIXt objects can now also be rounded or truncated to month or year. * stopifnot() can be used alternatively via new argument exprs which is nicer and useful when testing several expressions in one call. * The environment variable R_MAX_VSIZE can now be used to specify the maximal vector heap size. On macOS, unless specified by this environment variable, the maximal vector heap size is set to the maximum of 16GB and the available physical memory. This is to avoid having the R process killed when macOS over-commits memory. * sum(x) and sum(x1,x2,..,x) with many or long logical or integer vectors no longer overflows (and returns NA with a warning), but returns double numbers in such cases. * Single components of "POSIXlt" objects can now be extracted and replaced via [ indexing with 2 indices. * S3 method lookup now searches the namespace registry after the top level environment of the calling environment. * Arithmetic sequences created by 1:n, seq_along, and the like now use compact internal representations via the ALTREP framework. Coercing integer and numeric vectors to character also now uses the ALTREP framework to defer the actual conversion until first use. * Finalizers are now run with interrupts suspended. * merge() gains new option no.dups and by default suffixes the second of two duplicated column names, thanks to a proposal by Scott Ritchie (and Gabe Becker). * scale.default(x, center, scale) now also allows center or scale to be "numeric-alike", i.e., such that as.numeric(.) coerces them correctly. This also eliminates a wrong error message in such cases. * par*apply and par*applyLB gain an optional argument chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serialization of ALTREP framework objects. These objects can still be serialized in format 2, but less efficiently. Serialization format 3 also records the current native encoding of unflagged strings and converts them when de-serialized in R running under different native encoding. Format 3 comes with new serialization magic numbers (RDA3, RDB3, RDX3). Format 3 can be selected by version = 3 in save(), serialize() and saveRDS(), but format 2 remains the default for all serialization and saving of the workspace. Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. * The "Date" and "date-time" classes "POSIXlt" and "POSIXct" now have a working `length<-` method, as wished in PR#17387. * optim(*, control = list(warn.1d.NelderMead = FALSE)) allows to turn off the warning when applying the default "Nelder-Mead" method to 1-dimensional problems. * matplot(.., panel.first = .) etc now work, as log becomes explicit argument and ... is passed to plot() unevaluated, as suggested by Sebastian Meyer in PR#17386. * Interrupts can be suspended while evaluating an expression using suspendInterrupts. Subexpression can be evaluated with interrupts enabled using allowInterrupts. These functions can be used to make sure cleanup handlers cannot be interrupted. * R 3.5.0 includes a framework that allows packages to provide alternate representations of basic R objects (ALTREP). The framework is still experimental and may undergo changes in future R releases as more experience is gained. For now, documentation is provided in . UTILITIES: * install.packages() for source packages now has the possibility to set a 'timeout' (elapsed-time limit). For serial installs this uses the timeout argument of system2(): for parallel installs it requires the timeout utility command from GNU coreutils. * It is now possible to set 'timeouts' (elapsed-time limits) for most parts of R CMD check _via_ environment variables documented in the 'R Internals' manual. * The 'BioC extra' repository which was dropped from Bioconductor 3.6 and later has been removed from setRepositories(). This changes the mapping for 6-8 used by setRepositories(ind=). * R CMD check now also applies the settings of environment variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to the re-building of vignettes. * R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set to a true value makes test-suite-management packages available and (for the time being) works around a common omission of rmarkdown from the VignetteBuilder field. INSTALLATION on a UNIX-ALIKE: * Support for a system Java on macOS has been removed - install a fairly recent Oracle Java (see 'R Installation and Administration' SSC.3.2). * configure works harder to set additional flags in SAFE_FFLAGS only where necessary, and to use flags which have little or no effect on performance. In rare circumstances it may be necessary to override the setting of SAFE_FFLAGS. * C99 functions expm1, hypot, log1p and nearbyint are now required. * configure sets a -std flag for the C++ compiler for all supported C++ standards (e.g., -std=gnu++11 for the C++11 compiler). Previously this was not done in a few cases where the default standard passed the tests made (e.g. clang 6.0.0 for C++11). C-LEVEL FACILITIES: * 'Writing R Extensions' documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED. * The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code. * 'Writing R Extensions' now documents the R_tryCatch, R_tryCatchError, and R_UnwindProtect functions. * NAMEDMAX has been raised to 3 to allow protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Package C code using SET_NAMED may need to be revised. DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) is defunct, and is ignored (with a warning). * methods:::bind_activation() is defunct now; it typically has been unneeded for years. The undocumented 'hidden' objects .__H__.cbind and .__H__.rbind in package base are deprecated (in favour of cbind and rbind). * The declaration of pythag() in Rmath.h has been removed - the entry point has not been provided since R 2.14.0. BUG FIXES: * printCoefmat() now also works without column names. * The S4 methods on Ops() for the "structure" class no longer cause infinite recursion when the structure is not an S4 object. * nlm(f, ..) for the case where f() has a "hessian" attribute now computes LL' = H + uI correctly. (PR#17249). * An S4 method that "rematches" to its generic and overrides the default value of a generic formal argument to NULL no longer drops the argument from its formals. * Rscript can now accept more than one argument given on the #! line of a script. Previously, one could only pass a single argument on the #! line in Linux. * Connections are now written correctly with encoding "UTF-16LE". (PR#16737). * Evaluation of ..0 now signals an error. When ..1 is used and ... is empty, the error message is more appropriate. * (Windows mainly.) Unicode code points which require surrogate pairs in UTF-16 are now handled. All systems should properly handle surrogate pairs, even those systems that do not need to make use of them. (PR#16098) * stopifnot(e, e2, ...) now evaluates the expressions sequentially and in case of an error or warning shows the relevant expression instead of the full stopifnot(..) call. * path.expand() on Windows now accepts paths specified as UTF-8-encoded character strings even if not representable in the current locale. (PR#17120) * line(x, y) now correctly computes the medians of the left and right group's x-values and in all cases reproduces straight lines. * Extending S4 classes with slots corresponding to special attributes like dim and dimnames now works. * Fix for legend() when fill has multiple values the first of which is NA (all colours used to default to par(fg)). (PR#17288) * installed.packages() did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). * The documentation for installed.packages(noCache = TRUE) incorrectly claimed it would refresh the cache. * aggregate() no longer uses spurious names in some cases. (PR#17283) * object.size() now also works for long vectors. * packageDescription() tries harder to solve re-encoding issues, notably seen in some Windows locales. This fixes the citation() issue in PR#17291. * poly(, 3) now works, thanks to prompting by Marc Schwartz. * readLines() no longer segfaults on very large files with embedded '\0' (aka 'nul') characters. (PR#17311) * ns() (package splines) now also works for a single observation. interpSpline() gives a more friendly error message when the number of points is less than four. * dist(x, method = "canberra") now uses the correct definition; the result may only differ when x contains values of differing signs, e.g. not for 0-1 data. * methods:::cbind() and methods:::rbind() avoid deep recursion, thanks to Suharto Anggono via PR#17300. * Arithmetic with zero-column data frames now works more consistently; issue raised by Bill Dunlap. Arithmetic with data frames gives a data frame for ^ (which previously gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduced by stack unwinding changes in R 3.3.0. * Attributes on symbols are now detected and prevented; attempt to add an attribute to a symbol results in an error. * fisher.test(*, workspace = ) now may also increase the internal stack size which allows larger problem to be solved, fixing PR#1662. * The methods package no longer directly copies slots (attributes) into a prototype that is of an "abnormal" (reference) type, like a symbol. * The methods package no longer attempts to call length<-() on NULL (during the bootstrap process). * The methods package correctly shows methods when there are multiple methods with the same signature for the same generic (still not fully supported, but at least the user can see them). * sys.on.exit() is now always evaluated in the right frame. (From Lionel Henry.) * seq.POSIXt(*, by = " DSTdays") now should work correctly in all cases and is faster. (PR#17342) * .C() when returning a logical vector now always maps values other than FALSE and NA to TRUE (as documented). * Subassignment with zero length vectors now coerces as documented (PR#17344). Further, x <- numeric(); x[1] <- character() now signals an error 'replacement has length zero' (or a translation of that) instead of doing nothing. * (Package parallel.) mclapply(), pvec() and mcparallel() (when mccollect() is used to collect results) no longer leave zombie processes behind. * R CMD INSTALL now produces the intended error message when, e.g., the LazyData field is invalid. * as.matrix(dd) now works when the data frame dd contains a column which is a data frame or matrix, including a 0-column matrix/d.f. . * mclapply(X, mc.cores) now follows its documentation and calls lapply() in case mc.cores = 1 also in the case mc.preschedule is false. (PR#17373) * aggregate(, drop=FALSE) no longer calls the function on parts but sets corresponding results to NA. (Thanks to Suharto Anggono's patches in PR#17280). * The duplicated() method for data frames is now based on the list method (instead of string coercion). Consequently unique() is better distinguishing data frame rows, fixing PR#17369 and PR#17381. The methods for matrices and arrays are changed accordingly. * Calling names() on an S4 object derived from "environment" behaves (by default) like calling names() on an ordinary environment. * read.table() with a non-default separator now supports quotes following a non-whitespace character, matching the behavior of scan(). * parLapplyLB and parSapplyLB have been fixed to do load balancing (dynamic scheduling). This also means that results of computations depending on random number generators will now really be non-reproducible, as documented. * Indexing a list using dollar and empty string (l$"") returns NULL. * Using \usage{ data(, package="") } no longer produces R CMD check warnings. * match.arg() more carefully chooses the environment for constructing default choices, fixing PR#17401 as proposed by Duncan Murdoch. * Deparsing of consecutive ! calls is now consistent with deparsing unary - and + calls and creates code that can be reparsed exactly; thanks to a patch by Lionel Henry in PR#17397. (As a side effect, this uses fewer parentheses in some other deparsing involving ! calls.)- added gcc-c++ build dependency- Setting correctly R_UNZIPCMD Corrects this bug: http://bugzilla.suse.com/show_bug.cgi?id=1083075- upstrem updated to 3.4.4 CHANGES IN R 3.4.4: NEW FEATURES: * Sys.timezone() tries more heuristics on Unix-alikes and so is more likely to succeed (especially on Linux). For the slowest method, a warning is given recommending that TZ is set to avoid the search. * The version of LAPACK included in the sources has been updated to 3.8.0 (for the routines used by R, a very minor bug-fix change). * parallel::detectCores(logical = FALSE) is ignored on Linux systems, since the information is not available with virtualized OSes. INSTALLATION on a UNIX-ALIKE: * configure will use pkg-config to find the flags to link to jpeg if available (as it should be for the recently-released jpeg-9c and libjpeg-turbo). (This amends the code added in R 3.3.0 as the module name in jpeg-9c is not what that tested for.) DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) (which was a stop-gap measure for Windows long ago) is deprecated. It no longer returns the value of environment variable TZ (usually a location). * Legacy support of make macros such as CXX1X is formally deprecated: use the CXX11 forms instead. BUG FIXES: * power.prop.test() now warns when it cannot solve the problem, typically because of impossible constraints. (PR#17345) * removeSource() no longer erroneously removes NULL in certain cases, thanks to D'enes T'oth. * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work. (Partly from PR#17367) * R CMD build checks for GNU cp rather than assuming Linux has it. (PR#17370 says 'Alpine Linux' does not.) * Non-UTF-8 multibyte character handling fixed more permanently (PR#16732). * sum(, ) is more consistent. (PR#17372) * rf() and rbeta() now also work correctly when ncp is not scalar, notably when (partly) NA. (PR#17375) * R CMD INSTALL now correctly sets C++ compiler flags when all source files are in sub-directories of src.- Do not buildrequire xorg-x11-devel but individual x libs.- upstream updated to 3.4.3 CHANGES IN R 3.4.3: INSTALLATION on a UNIX-ALIKE: * A workaround has been added for the changes in location of time-zone files in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). * R CMD javareconf has been updated to recognize the use of a Java 9 SDK on macOS. BUG FIXES: * raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather than logical(0)). * intToUtf8() converts integers corresponding to surrogate code points to NA rather than invalid UTF-8, as well as values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and is slightly changed in general, behaving symmetrically in the y range. * The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.- upstream update to 3.4.2 CHANGES IN R 3.4.2: NEW FEATURES: * Setting the LC_ALL category in Sys.setlocale() invalidates any cached locale-specific day/month names and the AM/PM indicator for strptime() (as setting LC_TIME has since R 3.1.0). * The version of LAPACK included in the sources has been updated to 3.7.1, a bug-fix release. * The default for tools::write_PACKAGES(rds_compress=) has been changed to "xz" to match the compression used by CRAN. * c() and unlist() are now more efficient in constructing the names(.) of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) UTILITIES: * R CMD check checks for and R CMD build corrects CRLF line endings in shell scripts configure and cleanup (even on Windows). INSTALLATION on a UNIX-ALIKE: * The order of selection of OpenMP flags has been changed: Oracle Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the latter enables OpenMP so it is now tried first. BUG FIXES: * within(List, rm(x1, x2)) works correctly again, including when List[["x2"]] is NULL. * regexec(pattern, text, *) now applies as.character(.) to its first two arguments, as documented. * write.table() and related functions, writeLines(), and perhaps other functions writing text to connections did not signal errors when the writes failed, e.g. due to a disk being full. Errors will now be signalled if detected during the write, warnings if detected when the connection is closed. (PR#17243) * rt() assumed the ncp parameter was a scalar. (PR#17306) * menu(choices) with more than 10 choices which easily fit into one getOption("width")-line no longer erroneously repeats choices. (PR#17312) * length()<- on a pairlist succeeds. () * Language objects such as quote(("\n")) or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. * Construction of names() for very large objects in c() and unlist() now works, thanks to Suharto Anggono's patch proposals in PR#17292. * Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320) * model.matrix(~1, mf) now gets the row names from mf also when they differ from 1:nrow(mf), fixing PR#14992 thanks to the suggestion by Sebastian Meyer. * sigma(fm) now takes the correct denominator degrees of freedom for a fitted model with NA coefficients. (PR#17313) * hist(x, "FD") no longer "dies" with a somewhat cryptic error message when x has extreme outliers or IQR() zero: nclass.FD(x) tries harder to find a robust bin width h in the latter case, and hist.default(*, breaks) now checks and corrects a too large breaks number. (PR#17274) * callNextMethod() works for ... methods. * qr.coef(qd, y) now has correct names also when qd is a complex QR or stems from qr(*, LAPACK=TRUE). * Setting options(device = *) to an invalid function no longer segfaults when plotting is initiated. (PR#15883) * encodeString() no longer segfaults. (PR#15885) * It is again possible to use configure --enable-maintainer-mode without having installed notangle (it was required in R 3.4.[01]). * S4 method dispatch on ... calls the method by name instead of .Method (for consistency with default dispatch), and only attempts to pass non-missing arguments from the generic. * readRDS(textConnection(.)) works again. (PR#17325) * (1:n)[-n] no longer segfaults for n <- 2.2e9 (on a platform with enough RAM). * x <- 1:2; tapply(x, list(x, x), function(x) "")[1,2] now correctly returns NA. (PR#17333) * Running of finalizers after explicit GC request moved from the R interface do_gc to the C interface R_gc. This helps with reclaiming inaccessible connections. * help.search(topic) and ??topic matching topics in vignettes with multiple file name extensions (e.g., *.md.rsp but not *.Rmd) failed with an error when using options(help_type = "html"). * The X11 device no longer uses the Xlib backing store (PR#16497). * array(character(), 1) now gives (a 1D array with) NA as has been documented for a long time as in the other cases of zero-length array initialization and also compatibly with matrix(character(), * ). As mentioned there, this also fixes PR#17333. * splineDesign(.., derivs = 4) no longer segfaults. * fisher.test(*, hybrid=TRUE) now (again) will use the hybrid method when Cochran's conditions are met, fixing PR#16654.- Corrected "bug" "https://bugzilla.suse.com/show_bug.cgi?id=1049503 R now installs zip and unzip, what in turn eases the installation of packages directly from github via devtools.- upstream update to 3.4.1 CHANGES IN R 3.4.1: INSTALLATION on a UNIX-ALIKE: * The deprecated support for PCRE versions older than 8.20 has been removed. BUG FIXES: * getParseData() gave incorrect column information when code contained multi-byte characters. (PR#17254) * Asking for help using expressions like ?stats::cor() did not work. (PR#17250) * readRDS(url(....)) now works. * R CMD Sweave again returns status = 0 on successful completion. * Vignettes listed in .Rbuildignore were not being ignored properly. (PR#17246) * file.mtime() no longer returns NA on Windows when the file or directory is being used by another process. This affected installed.packages(), which is now protected against this. * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags. * (Windows only) The choose.files() function could return incorrect results when called with multi = FALSE. (PR#17270) * aggregate(, drop = FALSE) now also works in case of near-equal numbers in by. (PR#16918) * fourfoldplot() could encounter integer overflow when calculating the odds ratio. (PR#17286) * parse() no longer gives spurious warnings when extracting srcrefs from a file not encoded in the current locale. This was seen from R CMD check with inst/doc/*.R files, and check has some additional protection for such files. * print.noquote(x) now always returns its argument x (invisibly). * Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)- upstream update to 3.4.0 CHANGES IN R 3.4.0: SIGNIFICANT USER-VISIBLE CHANGES: * (Unix-alike) The default methods for download.file() and url() now choose "libcurl" except for file:// URLs. There will be small changes in the format and wording of messages, including in rare cases if an issue is a warning or an error. For example, when HTTP re-direction occurs, some messages refer to the final URL rather than the specified one. Those who use proxies should check that their settings are compatible (see ?download.file: the most commonly used forms work for both "internal" and "libcurl"). * table() has been amended to be more internally consistent and become back compatible to R <= 2.7.2 again. Consequently, table(1:2, exclude = NULL) no longer contains a zero count for , but useNA = "always" continues to do so. * summary.default() no longer rounds, but its print method does resulting in less extraneous rounding, notably of numbers in the ten thousands. * factor(x, exclude = L) behaves more rationally when x or L are character vectors. Further, exclude = now behaves as documented for long. * Arithmetic, logic (&, |) and comparison (aka 'relational', e.g., <, ==) operations with arrays now behave consistently, notably for arrays of length zero. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3). * The JIT ('Just In Time') byte-code compiler is now enabled by default at its level 3. This means functions will be compiled on first or second use and top-level loops will be compiled and then run. (Thanks to Tomas Kalibera for extensive work to make this possible.) For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call. JIT compilation can be disabled for the rest of the session using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0. * xtabs() works more consistently with NAs, also in its result no longer setting them to 0. Further, a new logical option addNA allows to count NAs where appropriate. Additionally, for the case sparse = TRUE, the result's dimnames are identical to the default case's. * Matrix products now consistently bypass BLAS when the inputs have NaN/Inf values. Performance of the check of inputs has been improved. Performance when BLAS is used is improved for matrix/vector and vector/matrix multiplication (DGEMV is now used instead of DGEMM). One can now choose from alternative matrix product implementations _via_ options(matprod = ). The "internal" implementation is not optimized for speed but consistent in precision with other summations in R (using long double accumulators where available). "blas" calls BLAS directly for best speed, but usually with undefined behavior for inputs with NaN/Inf. * factor() now uses order() to sort its levels, not sort.list(). This makes factor() support custom vector-like objects if methods for the appropriate generics are defined. This change has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., list), where it failed before. NEW FEATURES: * User errors such as integrate(f, 0:1, 2) are now caught. * Add signature argument to debug(), debugonce(), undebug() and isdebugged() for more conveniently debugging S3 and S4 methods. (Based on a patch by Gabe Becker.) * Add utils::debugcall() and utils::undebugcall() for debugging the function that would be called by evaluating the given expression. When the call is to an S4 generic or standard S3 generic, debugcall() debugs the method that would be dispatched. A number of internal utilities were added to support this, most notably utils::isS3stdGeneric(). (Based on a patch by Gabe Becker.) * Add utils::strcapture(). Given a character vector and a regular expression containing capture expressions, strcapture() will extract the captured tokens into a tabular data structure, typically a data.frame. * str() and strOptions() get a new option drop.deparse.attr with improved but _changed_ default behaviour for expressions. For expression objects x, str(x) now may remove extraneous white space and truncate long lines. * str() is no longer very slow; inspired by Mikko Korpela's proposal in PR#16527. * str(x)'s default method is more "accurate" and hence somewhat more generous in displaying character vectors; this will occasionally change R outputs (and need changes to some * .Rout(.save) files). For a classed integer vector such as x <- xtabs(~ c(1,9,9,9)), str(x) now shows both the class and "int", instead of only the latter. * isSymmetric(m) is much faster for large asymmetric matrices m _via_ pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). * The result of eigen() now is of class "eigen" in the default case when eigenvectors are computed. * Zero-length date and date-time objects (of classes "POSIX[cl]?t") now print() "recognizably". * xy.coords() and xyz.coords() get a new setLab option. * The method argument of sort.list(), order() and sort.int() gains an "auto" option (the default) which should behave the same as before when method was not supplied. * stopifnot(E, ..) now reports differences when E is a call to all.equal() and that is not true. * boxplot(, *) gain optional arguments drop, sep, and lex.order to pass to split.default() which itself gains an argument lex.order to pass to interaction() for more flexibility. * The plot() method for ppr() has enhanced default labels (xmin and main). * sample.int() gains an explicit useHash option (with a back compatible default). * identical() gains an ignore.srcref option which drops "srcref" and similar attributes when true (as by default). * diag(x, nrow = n) now preserves typeof(x), also for logical, integer and raw x (and as previously for complex and numeric). * smooth.spline() now allows direct specification of lambda, gets a hatvalues() method and keeps tol in the result, and optionally parts of the internal matrix computations. * addNA() is faster now, e.g. when applied twice. (Part of PR#16895.) * New option rstandard(, type = "predicted") provides the "PRESS"-related leave-one-out cross-validation errors for linear models. * After seven years of deprecation, duplicated factor levels now produce a warning when printed and an error in levels<- instead of a warning. * Invalid factors, e.g., with duplicated levels (invalid but constructable) now give a warning when printed, _via_ new function .valid.factor(). * sessionInfo() has been updated for Apple's change in OS naming as from '10.12' ('macOS Sierra' _vs_ 'OS X El Capitan'). Its toLatex() method now includes the running component. * options(interrupt=) can be used to specify a default action for user interrupts. For now, if this option is not set and the error option is set, then an unhandled user interrupt invokes the error option. (This may be dropped in the future as interrupt conditions are not error conditions.) * In most cases user interrupt handlers will be called with a "resume" restart available. Handlers can invoke this restart to resume computation. At the browser prompt the r command will invoke a "resume" restart if one is available. Some read operations cannot be resumed properly when interrupted and do not provide a "resume" restart. * Radix sort is now chosen by method = "auto" for sort.int() for double vectors (and hence used for sort() for unclassed double vectors), excluding 'long' vectors. sort.int(method = "radix") no longer rounds double vectors. * The default and data.frame methods for stack() preserve the names of empty elements in the levels of the ind column of the return value. Set the new drop argument to TRUE for the previous behavior. * Speedup in simplify2array() and hence sapply() and mapply() (for the case of names and common length > 1), thanks to Suharto Anggono's PR#17118. * table(x, exclude = NULL) now sets useNA = "ifany" (instead of "always"). Together with the bug fixes for this case, this recovers more consistent behaviour compatible to older versions of R. As a consequence, summary() for a logical vector no longer reports (zero) counts for NA when there are no NAs. * dump.frames() gets a new option include.GlobalEnv which allows to also dump the global environment, thanks to Andreas Kersting's proposal in PR#17116. * system.time() now uses message() instead of cat() when terminated early, such that suppressMessages() has an effect; suggested by Ben Bolker. * citation() supports inst/CITATION files from package source trees, with lib.loc pointing to the directory containing the package. * try() gains a new argument outFile with a default that can be modified _via_ options(try.outFile = .), useful notably for Sweave. * The unexported low-level functions in package parallel for passing serialized R objects to and from forked children now support long vectors on 64-bit platforms. This removes some limits on higher-level functions such as mclapply() (but returning gigabyte results from forked processes _via_ serialization should be avoided if at all possible). * Connections now print() without error even if invalid, e.g. after having been destroyed. * apropos() and find(simple.words = FALSE) no longer match object names starting with . which are known to be internal objects (such as .__S3MethodsTable__.). * Convenience function hasName() has been added; it is intended to replace the common idiom !is.null(x$name) without the usually unintended partial name matching. * strcapture() no longer fixes column names nor coerces strings to factors (suggested by Bill Dunlap). * strcapture() returns NA for non-matching values in x (suggested by Bill Dunlap). * source() gets new optional arguments, notably exprs; this is made use of in the new utility function withAutoprint(). * sys.source() gets a new toplevel.env argument. This argument is useful for frameworks running package tests; contributed by Tomas Kalibera. * Sys.setFileTime() and file.copy(copy.date = TRUE) will set timestamps with fractions of seconds on platforms/filesystems which support this. * (Windows only.) file.info() now returns file timestamps including fractions of seconds; it has done so on other platforms since R 2.14.0. (NB: some filesystems do not record modification and access timestamps to sub-second resolution.) * The license check enabled by options(checkPackageLicense = TRUE) is now done when the package's namespace is first loaded. * ppr() and supsmu() get an optional trace argument, and ppr(.., sm.method = ..spline) is no longer limited to sample size n <= 2500. * The POSIXct method for print() gets optional tz and usetz arguments, thanks to a report from Jennifer S. Lyon. * New function check_packages_in_dir_details() in package tools for analyzing package-check log files to obtain check details. * Package tools now exports function CRAN_package_db() for obtaining information about current packages in the CRAN package repository, and several functions for obtaining the check status of these packages. * The (default) Stangle driver Rtangle allows annotate to be a function and gets a new drop.evalFALSE option. * The default method for quantile(x, prob) should now be monotone in prob, even in border cases, see PR#16672. * bug.report() now tries to extract an email address from a BugReports field, and if there is none, from a Contacts field. * The format() and print() methods for object.size() results get new options standard and digits; notably, standard = "IEC" and standard = "SI" allow more standard (but less common) abbreviations than the default ones, e.g. for kilobytes. (From contributions by Henrik Bengtsson.) * If a reference class has a validity method, validObject will be called automatically from the default initialization method for reference classes. * tapply() gets new option default = NA allowing to change the previously hardcoded value. * read.dcf() now consistently interprets any 'whitespace' to be stripped to include newlines. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() can now be increased by setting the environment variable R_MAX_NUM_DLLS before starting R. * Assigning to an element of a vector beyond the current length now over-allocates by a small fraction. The new vector is marked internally as growable, and the true length of the new vector is stored in the truelength field. This makes building up a vector result by assigning to the next element beyond the current length more efficient, though pre-allocating is still preferred. The implementation is subject to change and not intended to be used in packages at this time. * Loading the parallel package namespace no longer sets or changes the .Random.seed, even if R_PARALLEL_PORT is unset. NB: This can break reproducibility of output, and did for a CRAN package. * Methods "wget" and "curl" for download.file() now give an R error rather than a non-zero return value when the external command has a non-zero status. * Encoding name "utf8" is mapped to "UTF-8". Many implementations of iconv accept "utf8", but not GNU libiconv (including the late 2016 version 1.15). * sessionInfo() shows the full paths to the library or executable files providing the BLAS/LAPACK implementations currently in use (not available on Windows). * The binning algorithm used by bandwidth selectors bw.ucv(), bw.bcv() and bw.SJ() switches to a version linear in the input size n for n > nb/2. (The calculations are the same, but for larger n/nb it is worth doing the binning in advance.) * There is a new option PCRE_study which controls when grep(perl = TRUE) and friends 'study' the compiled pattern. Previously this was done for 11 or more input strings: it now defaults to 10 or more (but most examples need many more for the difference from studying to be noticeable). * grep(perl = TRUE) and friends can now make use of PCRE's Just-In-Time mechanism, for PCRE >= 8.20 on platforms where JIT is supported. It is used by default whenever the pattern is studied (see the previous item). (Based on a patch from Mikko Korpela.) This is controlled by a new option PCRE_use_JIT. Note that in general this makes little difference to the speed, and may take a little longer: its benefits are most evident on strings of thousands of characters. As a side effect it reduces the chances of C stack overflow in the PCRE library on very long strings (millions of characters, but see next item). Warning: segfaults were seen using PCRE with JIT enabled on 64-bit Sparc builds. * There is a new option PCRE_limit_recursion for grep(perl = TRUE) and friends to set a recursion limit taking into account R's estimate of the remaining C stack space (or 10000 if that is not available). This reduces the chance of C stack overflow, but because it is conservative may report a non-match (with a warning) in examples that matched before. By default it is enabled if any input string has 1000 or more bytes. (PR#16757) * getGraphicsEvent() now works on X11(type = "cairo") devices. Thanks to Frederick Eaton (for reviving an earlier patch). * There is a new argument onIdle for getGraphicsEvent(), which allows an R function to be run whenever there are no pending graphics events. This is currently only supported on X11 devices. Thanks to Frederick Eaton. * The deriv() and similar functions now can compute derivatives of log1p(), sinpi() and similar one-argument functions, thanks to a contribution by Jerry Lewis. * median() gains a formal ... argument, so methods with extra arguments can be provided. * strwrap() reduces indent if it is more than half width rather than giving an error. (Suggested by Bill Dunlap.) * When the condition code in if(.) or while(.) is not of length one, an error instead of a warning may be triggered by setting an environment variable, see the help page. * Formatting and printing of bibliography entries (bibentry) is more flexible and better documented. Apart from setting options(citation.bibtex.max = 99) you can also use print(, bibtex=TRUE) (or format(..)) to get the BibTeX entries in the case of more than one entry. This also affects citation(). Contributions to enable style = "html+bibtex" are welcome. C-LEVEL FACILITIES: * Entry points R_MakeExternalPtrFn and R_ExternalPtrFn are now declared in header Rinternals.h to facilitate creating and retrieving an R external pointer from a C function pointer without ISO C warnings about the conversion of function pointers. * There was an exception for the native Solaris C++ compiler to the dropping (in R 3.3.0) of legacy C++ headers from headers such as R.h and Rmath.h - this has now been removed. That compiler has strict C++98 compliance hence does not include extensions in its (non-legacy) C++ headers: some packages will need to request C++11 or replace non-C++98 calls such as lgamma: see SS1.6.4 of 'Writing R Extensions'. Because it is needed by about 70 CRAN packages, headers R.h and Rmath.h still declare use namespace std; when included on Solaris. * When included from C++, the R headers now use forms such as std::FILE directly rather than including the line using std::FILE; C++ code including these headers might be relying on the latter. * Headers R_ext/BLAS.h and R_ext/Lapack.h have many improved declarations including const for double-precision complex routines. _Inter alia_ this avoids warnings when passing 'string literal' arguments from C++11 code. * Headers for Unix-only facilities R_ext/GetX11Image.h, R_ext/QuartzDevice.h and R_ext/eventloop.h are no longer installed on Windows. * No-longer-installed headers GraphicsBase.h, RGraphics.h, Rmodules/RX11.h and Rmodules/Rlapack.h which had a LGPL license no longer do so. * HAVE_UINTPTR_T is now defined where appropriate by Rconfig.h so that it can be included before Rinterface.h when CSTACK_DEFNS is defined and a C compiler (not C++) is in use. Rinterface.h now includes C header stdint.h or C++11 header cstdint where needed. * Package tools has a new function package_native_routine_registration_skeleton() to assist adding native-symbol registration to a package. See its help and SS5.4.1 of 'Writing R Extensions' for how to use it. (At the time it was added it successfully automated adding registration to over 90% of CRAN packages which lacked it. Many of the failures were newly-detected bugs in the packages, e.g. 50 packages called entry points with varying numbers of arguments and 65 packages called entry points not in the package.) INSTALLATION on a UNIX-ALIKE: * readline headers (and not just the library) are required unless configuring with --with-readline=no. * configure now adds a compiler switch for C++11 code, even if the compiler supports C++11 by default. (This ensures that g++ 6.x uses C++11 mode and not its default mode of C++14 with 'GNU extensions'.) The tests for C++11 compliance are now much more comprehensive. For gcc < 4.8, the tests from R 3.3.0 are used in order to maintain the same behaviour on Linux distributions with long-term support. * An alternative compiler for C++11 is now specified with CXX11, not CXX1X. Likewise C++11 flags are specified with CXX11FLAGS and the standard (e.g., -std=gnu++11 is specified with CXX11STD. * configure now tests for a C++14-compliant compiler by testing some basic features. This by default tries flags for the compiler specified by CXX11, but an alternative compiler, options and standard can be specified by variables CXX14, CXX14FLAGS and CXX14STD (e.g., -std=gnu++14). * There is a new macro CXXSTD to help specify the standard for C++ code, e.g. -std=c++98. This makes it easier to work with compilers which default to a later standard: for example, with CXX=g++6 CXXSTD=-std=c++98 configure will select commands for g++ 6.x which conform to C++11 and C++14 where specified but otherwise use C++98. * Support for the defunct IRIX and OSF/1 OSes and Alpha CPU has been removed. * configure checks that the compiler specified by $CXX $CXXFLAGS is able to compile C++ code. * configure checks for the required header sys/select.h (or sys/time.h on legacy systems) and system call select and aborts if they are not found. * If available, the POSIX 2008 system call utimensat will be used by Sys.setFileTime() and file.copy(copy.date = TRUE). This may result in slightly more accurate file times. (It is available on Linux and FreeBSD but not macOS.) * The minimum version requirement for libcurl has been reduced to 7.22.0, although at least 7.28.0 is preferred and earlier versions are little tested. (This is to support Debian 7 'Wheezy' LTS and Ubuntu 'Precise' 12.04 LTS, although the latter is close to end-of-life.) * configure tests for a C++17-compliant compiler. The tests are experimental and subject to change in the future. INCLUDED SOFTWARE: * (Windows only) Tcl/Tk version 8.6.4 is now included in the binary builds. The tcltk*.chm help file is no longer included; please consult the online help at instead. * The version of LAPACK included in the sources has been updated to 3.7.0: no new routines have been added to R. PACKAGE INSTALLATION: * There is support for compiling C++14 or C++17 code in packages on suitable platforms: see 'Writing R Extensions' for how to request this. * The order of flags when LinkingTo other packages has been changed so their include directories come earlier, before those specified in CPPFLAGS. This will only have an effect if non-system include directories are included with -I flags in CPPFLAGS (and so not the default -I/usr/local/include which is treated as a system include directory on most platforms). * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). * Make variables with names containing CXX1X are deprecated in favour of those using CXX11, but for the time being are still made available _via_ file etc/Makeconf. Packages using them should be converted to the new forms and made dependent on R (>= 3.4.0).- And again that ldconfig call. Newline was obviously wrong. Hopefully correct now.- Jan Engelhardt asked for reverting the change to the ldconfig call. So be it.- improvements for a) calling /sbin/ldconfig, which no longer gives a warning b) unregistering info-pages in %preun instead of %postun- a change in OBS now requires a BuildRequire: shadow for some openSUSE releases.- upstream release 3.3.3 - Most important changes CHANGES IN R 3.3.3: NEW FEATURES: * Changes when redirection of a http:// URL to a https:// URL is encountered: * The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently). * (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl". * (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument. INSTALLATION on a UNIX-ALIKE: * The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11. UTILITIES: * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see SS8 of the 'R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(, , fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now should work wherever Sys.readlink() works, resolving PR#16725. * "Cincinnati" was missing an "n" in the precip dataset. * Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227). * getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184. * Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186. * format(x) for an illegal "POSIXlt" object x no longer segfaults. * methods(f) now also works for f "(" or "{". * (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206) * On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199) * pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200. * bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer. * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793. Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution). * findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.) * qbeta() underflowed too early in some very asymmetric cases. (PR#17178) * R CMD Rd2pdf had problems with packages with non-ASCII titles in .Rd files (usually the titles were omitted).- upstream release 3.3.2 - Most important changes CHANGES IN R 3.3.2: NEW FEATURES: * extSoftVersion() now reports the version (if any) of the readline library in use. * The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of eigen(). * Use options(deparse.max.lines=) to limit the number of lines recorded in .Traceback and other deparsing activities. * format() looks more regular, also for non-character atomic matrices. * abbreviate() gains an option named = TRUE. * The online documentation for package methods is extensively rewritten. The goals are to simplify documentation for basic use, to note old features not recommended and to correct out-of-date information. * Calls to setMethod() no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives. INSTALLATION and INCLUDED SOFTWARE: * Versions of the readline library >= 6.3 had been changed so that terminal window resizes were not signalled to readline: code has been added using a explicit signal handler to work around that (when R is compiled against readline >= 6.3). (PR#16604) * configure works better with Oracle Developer Studio 12.5. UTILITIES: * R CMD check reports more dubious flags in files src/Makevars[.in], including -w and -g. * R CMD check has been set up to filter important warnings from recent versions of gfortran with -Wall -pedantic: this now reports non-portable GNU extensions such as out-of-order declarations. * R CMD config works better with paths containing spaces, even those of home directories (as reported by Ken Beath). DEPRECATED AND DEFUNCT: * Use of the C/C++ macro NO_C_HEADERS is deprecated (no C headers are included by R headers from C++ as from R 3.3.0, so it should no longer be needed). BUG FIXES: * The check for non-portable flags in R CMD check could be stymied by src/Makevars files which contained targets. * (Windows only) When using certain desktop themes in Windows 7 or higher, Alt-Tab could cause Rterm to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.) * pretty(d, ..) behaves better for date-time d (PR#16923). * When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports. This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ClassExtends object when looking up superclasses in the cache. * sample(NA_real_) now works. * Packages using non-ASCII encodings in their code did not install data properly on systems using different encodings. * merge(df1, df2) now also works for data frames with column names "na.last", "decreasing", or "method". (PR#17119) * contour() caused a segfault if the labels argument had length zero. (Reported by Bill Dunlap.) * unique(warnings()) works more correctly, thanks to a new duplicated.warnings() method. * findInterval(x, vec = numeric(), all.inside = TRUE) now returns 0s as documented. (Reported by Bill Dunlap.) * (Windows only) R CMD SHLIB failed when a symbol in the resulting library had the same name as a keyword in the .def file. (PR#17130) * pmax() and pmin() now work with (more ?) classed objects, such as "Matrix" from the Matrix package, as documented for a long time. * axis(side, x = D) and hence Axis() and plot() now work correctly for "Date" and time objects D, even when "time goes backward", e.g., with decreasing xlim. (Reported by William May.) * str(I(matrix(..))) now looks as always intended. * plot.ts(), the plot() method for time series, now respects cex, lwd and lty. (Reported by Greg Werbin.) * parallel::mccollect() now returns a named list (as documented) when called with wait = FALSE. (Reported by Michel Lang.) * If a package added a class to a class union in another package, loading the first package gave erroneous warnings about "undefined subclass". * c()'s argument use.names is documented now, as belonging to the (C internal) default method. In "parallel", argument recursive is also moved from the generic to the default method, such that the formal argument list of base generic c() is just (...). * rbeta(4, NA) and similarly rgamma() and rnbinom() now return NaN's with a warning, as other r(), and as documented. (PR#17155) * Using options(checkPackageLicense = TRUE) no longer requires acceptance of the licence for non-default standard packages such as compiler. (Reported by Mikko Korpela.) * split(, *) now works even when the split off parts are long. (PR#17139) * min() and max() now also work correctly when the argument list starts with character(0). (PR#17160) * Subsetting very large matrices (prod(dim(.)) >= 2^31) now works thanks to Michael Schubmehl's PR#17158. * bartlett.test() used residual sums of squares instead of variances, when the argument was a list of lm objects. (Reported by Jens Ledet Jensen). * plot(, which = *) now correctly labels the contour lines for the standardized residuals for which = 6. It also takes the correct p in case of singularities (also for which = 5). (PR#17161) * xtabs(~ exclude) no longer fails from wrong scope, thanks to Suharto Anggono's PR#17147. * Reference class calls to methods() did not re-analyse previously defined methods, meaning that calls to methods defined later would fail. (Reported by Charles Tilford). * findInterval(x, vec, left.open = TRUE) misbehaved in some cases. (Reported by Dmitriy Chernykh.)- Fix typo in Group tag.- upstream release 3.3.1 - Most important changes CHANGES IN R 3.3.1: BUG FIXES: * R CMD INSTALL and hence install.packages() gave an internal error installing a package called description from a tarball on a case-insensitive file system. * match(x, t) (and hence x %in% t) failed when x was of length one, and either character and x and t only differed in their Encoding or when x and t where complex with NAs or NaNs. (PR#16885.) * unloadNamespace(ns) also works again when ns is a 'namespace', as from getNamespace(). * rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the correct limit. * length(baseenv()) is correct now. * pretty(d, ..) for date-time d rarely failed when "halfmonth" time steps were tried (PR#16923) and on 'inaccurate' platforms such as 32-bit windows or a configuration with --disable-long-double; see comment #15 of PR#16761. * In text.default(x, y, labels), the rarely(?) used default for labels is now correct also for the case of a 2-column matrix x and missing y. * as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0. * strtrim(""[0], 0[0]) now works. * Use of Ctrl-C to terminate a reverse incremental search started by Ctrl-R in the readline-based Unix terminal interface is now supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603) * diff() now keeps the "units" attribute, as subtraction already did, PR#16940.- further cleanup of spec file. Removed unneeded explicit Requires for libcairo2/libfreetype6/liblzma5/libreadline6 Removed removal of backup file that was meanwhile removed upstream.- clean up of spec file after comments from Jan Engelhardt in https://build.opensuse.org/request/show/393426 Some unneeded explicit BuildRequires removed.- tre.patch was removed.- and libbz2-devel needed, too.- added BuildRequires: bzip2 for i586.- upstream release 3.3.0 CHANGES IN R 3.3.0: SIGNIFICANT USER-VISIBLE CHANGES: * nchar(x, *)'s argument keepNA governing how the result for NAs in x is determined, gets a new default keepNA = NA which returns NA where x is NA, except for type = "width" which still returns 2, the formatting / printing width of NA. * All builds have support for https: URLs in the default methods for download.file(), url() and code making use of them. Unfortunately that cannot guarantee that any particular https: URL can be accessed. For example, server and client have to successfully negotiate a cryptographic protocol (TLS/SSL, ...) and the server's identity has to be verifiable _via_ the available certificates. Different access methods may allow different protocols or use private certificate bundles: we encountered a https: CRAN mirror which could be accessed by one browser but not by another nor by download.file() on the same Linux machine. NEW FEATURES: * The print method for methods() gains a byclass argument. * New functions validEnc() and validUTF8() to give access to the validity checks for inputs used by grep() and friends. * Experimental new functionality for S3 method checking, notably isS3method(). Also, the names of the R 'language elements' are exported as character vector tools::langElts. * str(x) now displays "Time-Series" also for matrix (multivariate) time-series, i.e. when is.ts(x) is true. * (Windows only) The GUI menu item to install local packages now accepts *.tar.gz files as well as *.zip files (but defaults to the latter). * New programmeR's utility function chkDots(). * D() now signals an error when given invalid input, rather than silently returning NA. (Request of John Nash.) * formula objects are slightly more "first class": e.g., formula() or new("formula", y ~ x) are now valid. Similarly, for "table", "ordered" and "summary.table". Packages defining S4 classes with the above S3/S4 classes as slots should be reinstalled. * New function strrep() for repeating the elements of a character vector. * rapply() preserves attributes on the list when how = "replace". * New S3 generic function sigma() with methods for extracting the estimated standard deviation aka "residual standard deviation" from a fitted model. * news() now displays R and package news files within the HTML help system if it is available. If no news file is found, a visible NULL is returned to the console. * as.raster(x) now also accepts raw arrays x assuming values in 0:255. * Subscripting of matrix/array objects of type "expression" is now supported. * type.convert("i") now returns a factor instead of a complex value with zero real part and missing imaginary part. * Graphics devices cairo_pdf() and cairo_ps() now allow non-default values of the cairographics 'fallback resolution' to be set. This now defaults to 300 on all platforms: that is the default documented by cairographics, but apparently was not used by all system installations. * file() gains an explicit method argument rather than implicitly using getOption("url.method", "default"). * Thanks to a patch from Tomas Kalibera, x[x != 0] is now typically faster than x[which(x != 0)] (in the case where x has no NAs, the two are equivalent). * read.table() now always uses the names for a named colClasses argument (previously names were only used when colClasses was too short). (In part, wish of PR#16478.) * (Windows only) download.file() with default method = "auto" and a ftps:// URL chooses "libcurl" if that is available. * The out-of-the box Bioconductor mirror has been changed to one using https://: use chooseBioCmirror() to choose a http:// mirror if required. * The data frame and formula methods for aggregate() gain a drop argument. * available.packages() gains a repos argument. * The undocumented switching of methods for url() on https: and ftps: URLs is confined to method = "default" (and documented). * smoothScatter() gains a ret.selection argument. * qr() no longer has a ... argument to pass additional arguments to methods. * [ has a method for class "table". * It is now possible (again) to replayPlot() a display list snapshot that was created by recordPlot() in a different R session. It is still not a good idea to use snapshots as a persistent storage format for R plots, but it is now not completely silly to use a snapshot as a format for transferring an R plot between two R sessions. The underlying changes mean that packages providing graphics devices (e.g., Cairo, RSvgDevice, cairoDevice, tikzDevice) will need to be reinstalled. Code for restoring snapshots was contributed by Jeroen Ooms and JJ Allaire. Some testing code is available at . * tools::undoc(dir = D) and codoc(dir = D) now also work when D is a directory whose normalizePath()ed version does not end in the package name, e.g. from a symlink. * abbreviate() has more support for multi-byte character sets - it no longer removes bytes within characters and knows about Latin vowels with accents. It is still only really suitable for (most) European languages, and still warns on non-ASCII input. abbreviate(use.classes = FALSE) is now implemented, and that is more suitable for non-European languages. * match(x, table) is faster (sometimes by an order of magnitude) when x is of length one and incomparables is unchanged, thanks to Peter Haverty (PR#16491). * More consistent, partly not back-compatible behavior of NA and NaN coercion to complex numbers, operations less often resulting in complex NA (NA_complex_). * lengths() considers methods for length and [[ on x, so it should work automatically on any objects for which appropriate methods on those generics are defined. * The logic for selecting the default screen device on OS X has been simplified: it is now quartz() if that is available even if environment variable DISPLAY has been set by the user. The choice can easily be overridden _via_ environment variable R_INTERACTIVE_DEVICE. * On Unix-like platforms which support the getline C library function, system(*,intern = TRUE) no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544) * rank() gains a ties.method = "last" option, for convenience (and symmetry). * regmatches(invert = NA) can now be used to extract both non-matched and matched substrings. * data.frame() gains argument fix.empty.names; as.data.frame.list() gets new cut.names, col.names and fix.empty.names. * plot(x ~ x, *) now warns that it is the same as plot(x ~ 1, *). * recordPlot() has new arguments load and attach to allow package names to be stored as part of a recorded plot. replayPlot() has new argument reloadPkgs to load/attach any package names that were stored as part of a recorded plot. * S4 dispatch works within calls to .Internal(). This means explicit S4 generics are no longer needed for unlist() and as.vector(). * Only font family names starting with "Hershey" (and not "Her" as before) are given special treatment by the graphics engine. * S4 values are automatically coerced to vector (via as.vector) when subassigned into atomic vectors. * findInterval() gets a left.open option. * The version of LAPACK included in the sources has been updated to 3.6.0, including those 'deprecated' routines which were previously included. _Ca_ 40 double-complex routines have been added at the request of a package maintainer. As before, the details of what is included are in src/modules/lapack/README and this now gives information on earlier additions. * tapply() has been made considerably more efficient without changing functionality, thanks to proposals from Peter Haverty and Suharto Anggono. (PR#16640) * match.arg(arg) (the one-argument case) is faster; so is sort.int(). (PR#16640) * The format method for object_size objects now also accepts "binary" units such as "KiB" and e.g., "Tb". (Partly from PR#16649.) * Profiling now records calls of the form foo::bar and some similar cases directly rather than as calls to . Contributed by Winston Chang. * New string utilities startsWith(x, prefix) and endsWith(x, suffix). Also provide speedups for some grepl("^...",*) uses (related to proposals in PR#16490). * Reference class finalizers run at exit, as well as on garbage collection. * Avoid parallel dependency on stats for port choice and random number seeds. (PR#16668) * The radix sort algorithm and implementation from data.table (forder) replaces the previous radix (counting) sort and adds a new method for order(). Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors. It outperforms all other methods, but there are some caveats (see ?sort). * The order() function gains a method argument for choosing between "shell" and "radix". * New function grouping() returns a permutation that stably rearranges data so that identical values are adjacent. The return value includes extra partitioning information on the groups. The implementation came included with the new radix sort. * rhyper(nn, m, n, k) no longer returns NA when one of the three parameters exceeds the maximal integer. * switch() now warns when no alternatives are provided. * parallel::detectCores() now has default logical = TRUE on all platforms - as this was the default on Windows, this change only affects Sparc Solaris. Option logical = FALSE is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint). * hist() for "Date" or "POSIXt" objects would sometimes give misleading labels on the breaks, as they were set to the day before the start of the period being displayed. The display format has been changed, and the shift of the start day has been made conditional on right = TRUE (the default). (PR#16679) * R now uses a new version of the logo (donated to the R Foundation by RStudio). It is defined in .svg format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version. Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon. * New function .traceback() returns the stack trace which traceback() prints. * lengths() dispatches internally. * dotchart() gains a pt.cex argument to control the size of points separately from the size of plot labels. Thanks to Michael Friendly and Milan Bouchet-Valat for ideas and patches. * as.roman(ch) now correctly deals with more diverse character vectors ch; also arithmetic with the resulting roman numbers works in more cases. (PR#16779) * prcomp() gains a new option rank. allowing to directly aim for less than min(n,p) PC's. The summary() and its print() method have been amended, notably for this case. * gzcon() gains a new option text, which marks the connection as text-oriented (so e.g. pushBack() works). It is still always opened in binary mode. * The import() namespace directive now accepts an argument except which names symbols to exclude from the imports. The except expression should evaluate to a character vector (after substituting symbols for strings). See Writing R Extensions. * New convenience function Rcmd() in package tools for invoking R CMD tools from within R. * New functions makevars_user() and makevars_site() in package tools to determine the location of the user and site specific Makevars files for customizing package compilation.- CHANGES IN R 3.2.5: BUG FIXES: • format.POSIXlt() behaved incorrectly in R 3.2.4. E.g. the output of format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE) ended in two "CEST" time formats. • A typo in the Makefile for src/extra/xz prevented builds of liblzma.a. (Notice that this will become unbundled in 3.3.0.)- upstrem releases minorst bug fix release NEWS: The 3.2.4 release had two annoyances which we would rather not have in an "ultra-stable" release, designed to hang around for the duration of the 3.3 series. One was a relatively minor Makefile issue affecting system using R's bundled lzma library. The other, rather more serious, affected printing and formatting of POSIXlt objects, which would unpredictably get the Daylight Savings Time wrong.- Some version numbers of recommended packages corrected- Release numbers for sub-packages improved- added MakefileTypo.patch to enable building for 12.2 was a one charcter show stopper- upstream release 3.2.4, only minor improvements CHANGES IN R 3.2.4: NEW FEATURES: • install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. • summary(x) now prints with less rounding when x contains infinite values. (Request of PR#16620.) • provideDimnames() gets an optional unique argument. • shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. (Response to PR#16636.) • The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). • smooth(x, *) now also works for long vectors. • tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. UTILITIES: • R CMD check will leave a log file build_vignettes.log from the re-building of vignettes in the .Rcheck directory if there is a problem, and always if environment variable _R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_ is set to a true value. DEPRECATED AND DEFUNCT: • Use of SUPPORT_OPENMP from header Rconfig.h is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) • The make macro AWK which is long unused by R itself but recorded in file etc/Makeconf is deprecated and will be removed in R 3.3.0. • The C header file S.h is no longer documented: its use should be replaced by R.h.- The big split up. What was a monolithic R-base*rpm now is divided over 30 something packages, with the following layout. R-base-3.2.3: dummy packages, contains all of R Use R-base, if you don´t have a good understandig what it means to install only parts of it! R-base-devel-3.2.3: dummy, contains R-core-devel R-core-3.2.3: R core, no packages at all R-core-devel-3.2.3: devel files R-core-libs-3.2.3: contains Rlib R-core-doc-3.2.3: all the documentation of R-core R-core-packages-3.2.3: dummy package to load all core packages, that are R-compiler-3.2.3, R-datasets-3.2.3, R-grDevices-3.2.3, R-graphics-3.2.3, R-grid-3.2.3, R-methods-3.2.3, R-parallel-3.2.3, R-splines-3.2.3, R-stats-3.2.3, R-stats4-3.2.3, R-tcltk-3.2.3, R-tools-3.2.3, R-utils-3.2.3. Each of these packages may be installed alone. R-recommended-packages-3.2.3: dummy package to load all recommeded packages, that are R-boot-1.3.17, R-class-7.3.14, R-cluster-2.0.3, R-codetools-0.2.14, R-foreign-0.8.66, R-KernSmooth-2.23.15, R-lattice-0.20.33, R-MASS-7.3.45, R-Matrix-1.2.3, R-Matrix-devel-1.2.3, R-mgcv-1.8.9, R-nlme-3.1.122, R-nnet-7.3.11, R-rpart-4.1.10, R-spatial-7.3.11, R-survival-2.38.3. Each of these packages may be installed alone.- Upstream release R-3.2.3 CHANGES IN R 3.2.3: NEW FEATURES: * Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) * (Windows) Compatibility information has been added to the manifests for Rgui.exe, Rterm.exe and Rscript.exe. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. * Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). * which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. * The 'emulation' part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. * (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. (Request of PR#16572.) * loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. * The included version of PCRE has been updated to 8.38, a bug-fix release. * View() now displays nested data frames in a more friendly way. (Request with patch in PR#15915.) INSTALLATION and INCLUDED SOFTWARE: * The included configuration code for libintl has been updated to that from gettext version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD). (Wish of PR#16464.) * configure has a new argument --disable-java to disable the checks for Java. * The configure default for MAIN_LDFLAGS has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than gcc (FreeBSD 10 defaults to clang). * configure now supports the OpenMP flags -fopenmp=libomp (clang) and -qopenmp (Intel C). * Various macros can be set to override the default behaviour of configure when detecting OpenMP: see file config.site. * Source installation on Windows has been modified to allow for MiKTeX installations without texi2dvi.exe. See file MkRules.dist. BUG FIXES: * regexpr(pat, x, perl = TRUE) with Python-style named capture did not work correctly when x contained NA strings. (PR#16484) * The description of dataset ToothGrowth has been improved/corrected. (PR#15953) * model.tables(type = "means") and hence TukeyHSD() now support "aov" fits without an intercept term. (PR#16437) * close() now reports the status of a pipe() connection opened with an explicit open argument. (PR#16481) * Coercing a list without names to a data frame is faster if the elements are very long. (PR#16467) * (Unix-only) Under some rare circumstances piping the output from Rscript or R -f could result in attempting to close the input file twice, possibly crashing the process. (PR#16500) * (Windows) Sys.info() was out of step with win.version() and did not report Windows 8. * topenv(baseenv()) returns baseenv() again as in R 3.1.0 and earlier. This also fixes compilerJIT(3) when used in .Rprofile. * detach()ing the methods package keeps .isMethodsDispatchOn() true, as long as the methods namespace is not unloaded. * Removed some spurious warnings from configure about the preprocessor not finding header files. (PR#15989) * rchisq(*, df=0, ncp=0) now returns 0 instead of NaN, and dchisq(*, df=0, ncp=*) also no longer returns NaN in limit cases (where the limit is unique). (PR#16521) * pchisq(*, df=0, ncp > 0, log.p=TRUE) no longer underflows (for ncp > ~60). * nchar(x, "w") returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1. It now knows about most zero-width characters and a few more double-width characters. * Help for which.min() is now more precise about behavior with logical arguments. (PR#16532) * The print width of character strings marked as "latin1" or "bytes" was in some cases computed incorrectly. * abbreviate() did not give names to the return value if minlength was zero, unlike when it was positive. * (Windows only) dir.create() did not always warn when it failed to create a directory. (PR#16537) * When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), grep() and related functions did not handle UTF-8 strings properly. (PR#16264) * read.dcf() sometimes misread lines longer than 8191 characters. (Reported by Herv'e Pag`es with a patch.) * within(df, ..) no longer drops columns whose name start with a ".". * The built-in HTTP server converted entire Content-Type to lowercase including parameters which can cause issues for multi-part form boundaries (PR#16541). * Modifying slots of S4 objects could fail when the methods package was not attached. (PR#16545) * splineDesign(*, outer.ok=TRUE) (splines) is better now (PR#16549), and interpSpline() now allows sparse=TRUE for speedup with non-small sizes. * If the expression in the traceback was too long, traceback() did not report the source line number. (Patch by Kirill M"uller.) * The browser did not truncate the display of the function when exiting with options("deparse.max.lines") set. (PR#16581) * When bs(*, Boundary.knots=) had boundary knots inside the data range, extrapolation was somewhat off. (Patch by Trevor Hastie.) * var() and hence sd() warn about factor arguments which are deprecated now. (PR#16564) * loess(*, weights = *) stored wrong weights and hence gave slightly wrong predictions for newdata. (PR#16587) * aperm(a, *) now preserves names(dim(a)). * poly(x, ..) now works when either raw=TRUE or coef is specified. (PR#16597) * data(package=*) is more careful in determining the path. * prettyNum(*, decimal.mark, big.mark): fixed bug introduced when fixing PR#16411.- Reverse the whole split. Back to the big package. Had user reports of broken installations. R-base, R-base-devel and R-base-libs are provided for now. The big split will come for 3.3.0- R-base was changed from a giant monolith to thirty-some packages. There were requests to use the libs without the interpreter. Furthermore it is now possible to use a frugal installation of R. The following binaries are built now: R-base-3.2.2-5.1.x86_64.rpm : A Meta-package. Use this, and it looks just like it looked the last 10 years. Requires base and recommended packages. R-base-devel-3.2.2-5.1.x86_64.rpm: Just for backward compatibility. R-core-3.2.2-5.1.x86_64.rpm R-core-libs-3.2.2-5.1.x86_64.rpm R-core-devel-3.2.2-5.1.x86_64.rpm : The R-core packages install a bare-bones R. No packages inculded. R-grid-3.2.2-5.1.x86_64.rpm R-graphics-3.2.2-5.1.x86_64.rpm R-grDevices-3.2.2-5.1.x86_64.rpm R-datasets-3.2.2-5.1.x86_64.rpm R-stats4-3.2.2-5.1.x86_64.rpm R-methods-3.2.2-5.1.x86_64.rpm R-tcltk-3.2.2-5.1.x86_64.rpm R-compiler-3.2.2-5.1.x86_64.rpm R-parallel-3.2.2-5.1.x86_64.rpm R-splines-3.2.2-5.1.x86_64.rpm R-stats-3.2.2-5.1.x86_64.rpm R-utils-3.2.2-5.1.x86_64.rpm R-tools-3.2.2-5.1.x86_64.rpm : All the base packages. R-recommended-3.2.2-5.1.x86_64.rpm : A meta-package including all recommended packages. R-cluster-2.0.3-5.1.x86_64.rpm R-nlme-3.1.121-5.1.x86_64.rpm R-lattice-0.20.33-5.1.x86_64.rpm R-class-7.3.13-5.1.x86_64.rpm R-Matrix-devel-1.2.2-5.1.x86_64.rpm R-codetools-0.2.14-5.1.x86_64.rpm R-survival-2.38.3-5.1.x86_64.rpm R-rpart-4.1.10-5.1.x86_64.rpm R-MASS-7.3.43-5.1.x86_64.rpm R-mgcv-1.8.7-5.1.x86_64.rpm R-foreign-0.8.65-5.1.x86_64.rpm R-nnet-7.3.10-5.1.x86_64.rpm R-Matrix-1.2.2-5.1.x86_64.rpm R-boot-1.3.17-5.1.x86_64.rpm R-KernSmooth-2.23.15-5.1.x86_64.rpm R-spatial-7.3.10-5.1.x86_64.rpm : All recommended packaged. Note: They now have their own version numbers, so it should be much easier to use newer Versions of the recommended packages. And the source RPM for all the above. R-base-3.2.2-5.1.src.rpm- Disable building man files for openSUSE:42.- Upstream release 3.2.2 - Most important CHANGES IN R 3.2.2: SIGNIFICANT USER-VISIBLE CHANGES: * It is now easier to use secure downloads from https:// URLs on builds which support them: no longer do non-default options need to be selected to do so. In particular, packages can be installed from repositories which offer https:// URLs, and those listed by setRepositories() now do so (for some of their mirrors). Support for https:// URLs is available on Windows, and on other platforms if support for libcurl was compiled in and if that supports the https protocol (system installations can be expected to do). So https:// support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of libcurl can be used). (Windows only) The default method for accessing URLs _via_ download.file() and url() has been changed to be "wininet" using Windows API calls. This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available). NEW FEATURES: * cmdscale() gets new option list. for increased flexibility when a list should be returned. * configure now supports texinfo version 6.0, which (unlike the change from 4.x to 5.0) is a minor update. (Wish of PR#16456.) * (Non-Windows only) download.file() with default method = "auto" now chooses "libcurl" if that is available and a https:// or ftps:// URL is used. * (Windows only) setInternet2(TRUE) is now the default. The command-line option --internet2 and environment variable R_WIN_INTERNET2 are now ignored. Thus by default the "internal" method for download.file() and url() uses the "wininet" method: to revert to the previous default use setInternet2(FALSE). This means that https:// can be read by default by download.file() (they have been readable by file() and url() since R 3.2.0). There are implications for how proxies need to be set (see ?download.file): also, cacheOK = FALSE is not supported. * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors in preference to HTTP mirrors. This changes the interpretation of their ind arguments: see their help pages. * capture.output() gets optional arguments type and split to pass to sink(), and hence can be used to capture messages. C-LEVEL FACILITIES: * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has the alloca.h header (it is needed to define alloca on Solaris and AIX, at least: see 'Writing R Extensions' for how to use it). INSTALLATION and INCLUDED SOFTWARE: * The libtool script generated by configure has been modified to support FreeBSD >= 10 (PR#16410). BUG FIXES: * The HTML help page links to demo code failed due to a change in R 3.2.0. (PR#16432) * If the na.action argument was used in model.frame(), the original data could be modified. (PR#16436) * getGraphicsEvent() could cause a crash if a graphics window was closed while it was in use. (PR#16438) * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type "expression". * strptime() could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.) * options(OutDec = s) now signals a warning (which will become an error in the future) when s is not a string with exactly one character, as that has been a documented requirement. * prettyNum() gains a new option input.d.mark which together with other changes, e.g., the default for decimal.mark, fixes some format()ting variants with non-default getOption("OutDec") such as in PR#16411. * download.packages() failed for type equal to either "both" or "binary". (Reported by Dan Tenenbaum.) * The dendrogram method of labels() is much more efficient for large dendrograms, now using rapply(). (Comment #15 of PR#15215) * The "port" algorithm of nls() could give spurious errors. (Reported by Radford Neal.) * Reference classes that inherited from reference classes in another package could invalidate methods of the inherited class. Fixing this requires adding the ability for methods to be "external", with the object supplied explicitly as the first argument, named .self. See "Inter-Package Superclasses" in the documentation. * readBin() could fail on the SPARC architecture due to alignment issues. (Reported by Radford Neal.) * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead of returning NaN. (PR#16475) * Auto-printing of S3 and S4 values now searches for print() in the base namespace and show() in the methods namespace instead of searching the global environment. * polym() gains a coefs = NULL argument and returns class "poly" just like poly() which gets a new simple=FALSE option. They now lead to correct predict()ions, e.g., on subsets of the original data. * rhyper(nn, ) now works correctly. (PR#16489) * ttkimage() did not (and could not) work so was removed. Ditto for tkimage.cget() and tkimage.configure(). Added two Ttk widgets and missing subcommands for Tk's image command: ttkscale(), ttkspinbox(), tkimage.delete(), tkimage.height(), tkimage.inuse(), tkimage.type(), tkimage.types(), tkimage.width(). (PR#15372, PR#16450) * getClass("foo") now also returns a class definition when it is found in the cache more than once.- Upstream release 3.2.1 - Improvement of build: include libcurl and texlive-dvips/ texlive-hevetic - Most important CHANGES IN R 3.2.1: NEW FEATURES: * utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. * install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. * nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. * news() more flexibly extracts dates from package NEWS.Rd files. * lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. * The included version of PCRE has been updated to 8.37, a bug-fix release. * diag() no longer duplicates a matrix when extracting its diagonal. * as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES: * acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. * as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. * On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. * apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). * (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) * (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) * A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) * Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) * Parse data for very long strings was not stored. (PR#16354) * plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) * The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) * If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) * The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) * The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). * Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. * The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) * cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. * summaryRprof() could fail when the profile contained only two records. (PR#16395) * HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) * arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) * slotNames(.) is now correct for "signature" objects (mostly used internally in methods). * On some systems, the first string comparison after a locale change would result in NA.- Upstream release 3.2.0 - Most important CHANGES IN 3.2.0: NEW FEATURES: * anyNA() gains a recursive argument. * When x is missing and names is not false (including the default value), Sys.getenv(x, names) returns an object of class "Dlist" and hence prints tidily. * (Windows.) shell() no longer consults the environment variable SHELL: too many systems have been encountered where it was set incorrectly (usually to a path where software was compiled, not where it was installed). R_SHELL, the preferred way to select a non-default shell, can be used instead. * Some unusual arguments to embedFonts() can now be specified as character vectors, and the defaults have been changed accordingly. * Functions in the Summary group duplicate less. (PR#15798) * (Unix-alikes.) system(cmd, input = ) now uses 'shell-execution-environment' redirection, which will be more natural if cmd is not a single command (but requires a POSIX-compliant shell). (Wish of PR#15508) * read.fwf() and read.DIF() gain a fileEncoding argument, for convenience. * Graphics devices can add attributes to their description in .Device and .Devices. Several of those included with R use a "filepath" attribute. * pmatch() uses hashing in more cases and so is faster at the expense of using more memory. (PR#15697) * pairs() gains new arguments to select sets of variables to be plotted against each other. * file.info(, extra_cols = FALSE) allows a minimal set of columns to be computed on Unix-alikes: on some systems without properly-configured caching this can be significantly faster with large file lists. * New function dir.exists() in package base to test efficiently whether one or more paths exist and are directories. * dput() and friends gain new controls hexNumeric and digits17 which output double and complex quantities as, respectively, binary fractions (exactly, see sprintf("%a")) and as decimals with up to 17 significant digits. * save(), saveRDS() and serialize() now support ascii = NA which writes ASCII files using sprintf("%a") for double/complex quantities. This is read-compatible with ascii = TRUE but avoids binary->decimal->binary conversions with potential loss of precision. Unfortunately the Windows C runtime's lack of C99 compliance means that the format cannot be read correctly there in R before 3.1.2. * The default for formatC(decimal.mark =) has been changed to be getOption("OutDec"); this makes it more consistent with format() and suitable for use in print methods, e.g. those for classes "density", "ecdf", "stepfun" and "summary.lm". getOption("OutDec") is now consulted by the print method for class "kmeans", by cut(), dendrogram(), plot.ts() and quantile() when constructing labels and for the report from legend(trace = TRUE). (In part, wish of PR#15819.) * printNum() and hence format() and formatC() give a warning if big.mark and decimal.mark are set to the same value (period and comma are not uncommonly used for each, and this is a check that conventions have not got mixed). * merge() can create a result which uses long vectors on 64-bit platforms. * dget() gains a new argument keep.source which defaults to FALSE for speed (dput() and dget() are most often used for data objects where this can make dget() many times faster). * Packages may now use a file of common macro definitions in their help files, and may import definitions from other packages. * A number of macros have been added in the new share/Rd directory for use in package overview help pages, and promptPackage() now makes use of them. * tools::parse_Rd() gains a new permissive argument which converts unrecognized macros into text. This is used by utils:::format.bibentry to allow LaTeX markup to be ignored. * options(OutDec =) can now specify a multi-byte character, e.g., options(OutDec = "\u00b7") in a UTF-8 locale. * is.recursive(x) is no longer true when x is an external pointer, a weak reference or byte code; the first enables all.equal(x, x) when x <- getClass(.). * ls() (aka objects()) and as.list.environment() gain a new argument sorted. * The "source" attribute (which has not been added to functions by R since before R version 2.14.0) is no longer treated as special. * Function returnValue() has been added to give on.exit() code access to a function's return value for debugging purposes. * crossprod(x, y) allows more matrix coercions when x or y are vectors, now equalling t(x) %*% y in these cases (also reported by Radford Neal). Similarly, tcrossprod(x,y) and %*% work in more cases with vector arguments. * Utility function dynGet() useful for detecting cycles, aka infinite recursions. * The byte-code compiler and interpreter include new instructions that allow many scalar subsetting and assignment and scalar arithmetic operations to be handled more efficiently. This can result in significant performance improvements in scalar numerical code. * apply(m, 2, identity) is now the same as the matrix m when it has _named_ row names. * A new function debuggingState() has been added, allowing to temporarily turn off debugging. * example() gets a new optional argument run.donttest and tools::Rd2ex() a corresponding commentDonttest, with a default such that example(..) in help examples will run \donttest code only if used interactively (a change in behaviour). * rbind.data.frame() gains an optional argument make.row.names, for potential speedup. * New function extSoftVersion() to report on the versions of third-party software in use in this session. Currently reports versions of zlib, bzlib, the liblzma from xz, PCRE, ICU, TRE and the iconv implementation. A similar function grSoftVersion() in package grDevices reports on third-party graphics software. Function tcltk::tclVersion() reports the Tcl/Tk version. * Calling callGeneric() without arguments now works with primitive generics to some extent. * vapply(x, FUN, FUN.VALUE) is more efficient notably for large length(FUN.VALUE); as extension of PR#16061. * as.table() now allows tables with one or more dimensions of length 0 (such as as.table(integer())). * names(x) <- NULL now clears the names of call and ... objects. * library() will report a warning when an insufficient dependency version is masking a sufficient one later on the library search path. * A new plot() method for class "raster" has been added. * New check_packages_in_dir_changes() function in package tools for conveniently analyzing how changing sources impacts the check results of their reverse dependencies. * Speed-up from Peter Haverty for ls() and methods:::.requirePackage() speeding up package loading. (PR#16133) * New get0() function, combining exists() and get() in one call, for efficiency. * match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. * topenv() has been made .Internal() for speedup, based on Peter Haverty's proposal in PR#16140. * getOption() no longer calls options() in the main case. * Optional use of libcurl (version 7.28.0 from Oct 2012 or later) for Internet access: * capabilities("libcurl") reports if this is available. * libcurlVersion() reports the version in use, and other details of the "libcurl" build including which URL schemes it supports. * curlGetHeaders() retrieves the headers for http://, https://, ftp:// and ftps:// URLs: analysis of these headers can provide insights into the `existence' of a URL (it might for example be permanently redirected) and is so used in R CMD check --as-cran. * download.file() has a new optional method "libcurl" which will handle more URL schemes, follow redirections, and allows simultaneous downloads of multiple URLs. * url() has a new method "libcurl" which handles more URL schemes and follows redirections. The default method is controlled by a new option url.method, which applies also to the opening of URLs _via_ file() (which happens implicitly in functions such as read.table.) * When file() or url() is invoked with a https:// or ftps:// URL which the current method cannot handle, it switches to a suitable method if one is available. * (Windows.) The DLLs internet.dll and internet2.dll have been merged. In this version it is safe to switch (repeatedly) between the internal and Windows internet functions within an R session. The Windows internet functions are still selected by flag - -internet2 or setInternet2(). This can be overridden for an url() connection _via_ its new method argument. download.file() has new method "wininet", selected as the default by --internet2 or setInternet2(). * parent.env<- can no longer modify the parent of a locked namespace or namespace imports environment. Contributed by Karl Millar. * New function isLoadedNamespace() for readability and speed. * names(env) now returns all the object names of an environment env, equivalently to ls(env, all.names = TRUE, sorted = FALSE) and also to the names of the corresponding list, names(as.list(env, all.names = TRUE)). Note that although names() returns a character vector, the names have no particular ordering. * The memory manager now grows the heap more aggressively. This reduces the number of garbage collections, in particular while data or code are loaded, at the expense of slightly increasing the memory footprint. * New function trimws() for removing leading/trailing whitespace. * cbind() and rbind() now consider S4 inheritance during S3 dispatch and also obey deparse.level. * cbind() and rbind() will delegate recursively to methods::cbind2 (methods::rbind2) when at least one argument is an S4 object and S3 dispatch fails (due to ambiguity). * (Windows.) download.file(quiet = FALSE) now uses text rather than Windows progress bars in non-interactive use. * New function hsearch_db() in package utils for building and retrieving the help search database used by help.search(), along with functions for inspecting the concepts and keywords in the help search database. * New function .getNamespaceInfo(), a no-check version of getNamespaceInfo() mostly for internal speedups. * The help search system now takes \keyword entries in Rd files which are not standard keywords (as given in KEYWORDS in the R documentation directory) as concepts. For standard keyword entries the corresponding descriptions are additionally taken as concepts. * New lengths() function for getting the lengths of all elements in a list. * New function toTitleCase() in package tools, tailored to package titles. * The matrix methods of cbind() and rbind() allow matrices as inputs which have 2^31 or more elements. (For cbind(), wish of PR#16198.) * The default method of image() has an explicit check for a numeric or logical matrix (which was always required). * URLencode() will not by default encode further URLs which appear to be already encoded. * BIC(mod) and BIC(mod, mod2) now give non-NA numbers for arima() fitted models, as nobs(mod) now gives the number of "used" observations for such models. This fixes PR#16198, quite differently than proposed there. * The print() methods for "htest", "pairwise.htest" and "power.htest" objects now have a digits argument defaulting to (a function of) getOption("digits"), and influencing all printed numbers coherently. Unavoidably, this changes the display of such test results in some cases. * Code completion for namespaces now recognizes all loaded namespaces, rather than only the ones that are also attached. * The code completion mechanism can now be replaced by a user-specified completer function, for (temporary) situations where the usual code completion is inappropriate. * unzip() will now warn if it is able to detect truncation when unpacking a file of 4GB or more (related to PR#16243). * methods() reports S4 in addition to S3 methods; output is simplified when the class argument is used. .S3methods() and methods::.S4methods() report S3 and S4 methods separately. * Higher order functions such as the apply functions and Reduce() now force arguments to the functions they apply in order to eliminate undesirable interactions between lazy evaluation and variable capture in closures. This resolves PR#16093. INSTALLATION and INCLUDED SOFTWARE: * The \donttest sections of R's help files can be tested by make check TEST_DONTTEST=TRUE . * It is possible to request the use of system valgrind headers _via_ configure option --with-system-valgrind-headers: note the possible future incompatibility of such headers discussed in the 'R Installation and Administration' manual. (Wish of PR#16068.) * The included version of liblzma has been updated to xz-utils 5.0.7 (minor bug fixes from 5.0.5). * configure options --with-system-zlib, --with-system-bzlib and - -with-system-pcre are now the default. For the time being there is fallback to the versions included in the R sources if no system versions are found or (unlikely) if they are too old. Linux users should check that the -devel or -dev versions of packages zlib, bzip2/libbz2 and pcre as well as xz-devel/liblzma-dev (or similar names) are installed. * configure by default looks for the texi2any script from texinfo 5.1 or later, rather than the makeinfo program. (makeinfo is a link to the Perl script texi2any in texinfo 5.x.) * R CMD INSTALL gains an option --built-timestamp=STAMP allowing 100% reproducible package building, thanks to Dirk Eddelbuettel. UTILITIES: * There is support for testing the \dontrun and \donttest parts of examples in packages. tools::testInstalledPackage() accepts new arguments commentDontrun = FALSE and commentDonttest = FALSE. R CMD check gains options --run-dontrun and --run-donttest. * The HTML generated by tools::Rd2HTML() and tools::toHTML() methods is now 'XHTML 1.0 Strict'. * The compiler package's utility function setCompilerOptions() now returns the old values invisibly. The initial optimization level can also be set with the environment variable R_COMPILER_OPTIMIZE. * R CMD build adds a NeedsCompilation field if one is not already present in the DESCRIPTION file. * R CMD check gains option --test-dir to specify an alternative set of tests to run. * R CMD check will now by default continue with testing after many types of errors, and will output a summary count of errors at the end if any have occurred. * R CMD check now checks that the Title and Description fields are correctly terminated. * R CMD check --as-cran now: * checks a README.md file can be processed: this needs pandoc installed. * checks the existence and accessibility of URLs in the DESCRIPTION, CITATION, NEWS.Rd and README.md files and in the help files (provided the build has libcurl support). * reports non-ASCII characters in R source files when there is no package encoding declared in the DESCRIPTION file. * reports (apparent) S3 methods exported but not registered. * reports overwriting registered S3 methods from base/recommended packages. (Such methods are replaced in the affected package for the rest of the session, even if the replacing namespace is unloaded.) * reports if the Title field does not appear to be in title case (see 'Writing R Extensions': there may be false positives, but note that technical words should be single-quoted and will then be accepted). Most of these checks can also be selected by environment variables: see the 'R Internals' manual. C-LEVEL FACILITIES: * New C API utility logspace_sum(logx[], n). * Entry points rbinom_mu, rnbinom_mu and rmultinom are remapped (by default) to Rf_rbinom_mu etc. This requires packages using them to be re-installed. * .C(DUP = FALSE) and .Fortran(DUP = FALSE) are now ignored, so arguments are duplicated if DUP = TRUE would do so. As their help has long said, .Call() is much preferred. * New entry point R_allocLD, like R_alloc but guaranteed to have sufficient alignment for long double pointers. * isPairList() now returns TRUE for DOTSXP. WINDOWS BUILD CHANGES: A number of changes to the Windows build system are in development. The following are currently in place. * Installation using external binary distributions of zlib, bzip2, liblzma, pcre, libpng, jpeglib and libtiff is now required, and the build instructions have been revised. * A new make target rsync-extsoft has been added to obtain copies of the external libraries from CRAN. * Building the manuals now requires texi2any from texinfo 5.1 or later. CRAN binary builds include the manuals, but by default builds from source will not, and they will be accessed from CRAN. See the comments in src/gnuwin32/MkRules.dist for how to specify the location of texi2any. * (Windows) Changes have been made to support an experimental Windows toolchain based on GCC 4.9.2. The default toolchain continues to be based on GCC 4.6.3, as the new toolchain is not yet stable enough. A change to a new toolchain is expected during the R 3.2.x lifetime. PACKAGE INSTALLATION: * (Windows) The use of macro ZLIB_LIBS in file src/Makevars.win (which has not been documented for a long time) now requires an external libz.a to be available (it is part of the 'goodies' used to compile Windows binary packages). It would be simpler to use - lz instead. * The default for option pkgType on platforms using binary packages is now "both", so source packages will be tried if binary versions are not available or not up to date. There are options for what install.packages(type = "both") (possibly called _via_ update.packages()) will do if compilation of a source package is desirable: see ?options (under utils). If you intend not to accept updates as source packages, you should use update.packages(type = "binary"). DEPRECATED AND DEFUNCT: * download.file(method = "lynx") is defunct. * Building R using the included versions of zlib, bzip2, xz and PCRE is deprecated: these are frozen (bar essential bug-fixes) and will be removed for R 3.3.0. * The configure option --with-valgrind-instrumentation=3 has been withdrawn, as it did not work with recent valgrind headers: it is now treated as level 2. * The MethodsList class in package methods had been deprecated in R 2.11.0 and is defunct now. Functions using it are defunct if they had been deprecated in R 2.11.0, and are deprecated now, otherwise. BUG FIXES: * Fixed two obscure bugs in pairlist subassignment, reported by Radford Neal as part of pqR issue 16. * Fixes for bugs in handling empty arguments and argument matching by name in log(). * all.equal() gains methods for environments and refClasses. * [<- and [[<- gain S4 data.frame methods to avoid corruption of S4 class information by the S3 methods. * callNextMethod() should now work within a .local call when ... is absent from formals(.local). * dput(pairlist(x)) generates a call to the pairlist constructor instead of the list constructor. * Fix missing() when arguments are propagated through ... . (PR#15707) * eigen(m) now defaults to symmetric = TRUE even when the dimnames are asymmetric if the matrix is otherwise symmetric. (PR#16151) * Fix issues with forwarding ... through callGeneric() and callNextMethod(). (PR#16141) * callGeneric() now works after a callNextMethod(). * Subclass information is kept consistent when replacing an ordinary S4 class with an "old class" _via_ the S4Class argument to setOldClass(). Thus, for example, a data.frame is valid for a list argument in the signature, and a factor is valid for vector arguments. * In qbeta() the inversion of pbeta() is much more sophisticated. This works better in corner cases some of which failed completely previously (PR#15755), or were using too many iterations. * Auto-printing no longer duplicates objects when printing is dispatched to a method. * kmeans(x, k) would fail when nrow(x) >= 42949673. (Comment 6 of PR#15364) * 'Abbreviated' locale-specific day and month names could have been truncated in those rare locales where there are the same as the full names. * An irrelevant warning message from updating subclass information was silenced (the namespace would not be writable in this case).- Upstream release 3.1.3 - Most important CHANGES IN R 3.1.3: NEW FEATURES: * The internal method of download.file() can now handle files larger than 2GB on 32-bit builds which support such files (tested on 32-bit R running on 64-bit Windows). * kruskal.test() warns on more types of suspicious input. * The as.dendrogram() method for "hclust" objects gains a check argument protecting against memory explosion for invalid inputs. * capabilities() has a new item long.double which indicates if the build uses a long double type which is longer than double. * nlm() no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958) * icuSetCollate() now accepts locale = "ASCII" which uses the basic C function strcmp and so collates strings byte-by-byte in numerical order. * sessionInfo() tries to report the OS version in use (not just that compiled under, and including details of Linux distributions). * model.frame() (used by lm() and many other modelling functions) now warns when it drops contrasts from factors. (Wish of PR#16119) * install.packages() and friends now accept the value type = "binary" as a synonym for the native binary type on the platform (if it has one). * Single source or binary files can be supplied for install.packages(type = "both") and the appropriate type and repos = NULL will be inferred. * New function pcre_config() to report on some of the configuration options of the version of PCRE in use. In particular, this reports if regular expressions using \p{xx} are supported. * (Windows.) download.file(cacheOK = FALSE) is now supported when internet2.dll is used. * browseURL() has been updated to work with Firefox 36.0 which has dropped support for the -remote interface. INSTALLATION and INCLUDED SOFTWARE: * The included version of PCRE has been updated to 8.36. * configure accepts MAKEINFO=texi2any as another way to ensure texinfo 5.x is used when both 5.x and 4.x are installed. UTILITIES: * R CMD check now checks the packages used in \donttest sections of the examples are specified in the DESCRIPTION file. (These are needed to run the examples interactively.) * R CMD check checks for the undeclared use of GNU extensions in Makefiles, and for Makefiles with a missing final linefeed. R CMD build will correct line endings in all Makefiles, not just those in the src directory. * R CMD check notes uses of library() and require() in package code: see the section 'Suggested packages' of 'Writing R Extensions' for good practice. DEPRECATED AND DEFUNCT: * The configure option --with-valgrind-instrumentation=3 is deprecated and will be removed in R 3.2.0. BUG FIXES: * (Windows.) Rscript.exe was missing a manifest specifying the modern style for common controls (e.g., the download progress bar). * If a package had extra documentation files but no vignette, the HTML help system produced an empty index page. * The parser now gives an error if a null character is included in a string using Unicode escapes. (PR#16046) * qr.Q() failed on complex arguments due to pre-3.0(!) typo. (PR#16054) * abs() failed with named arguments when the argument was complex. (PR#16047) * "noquote" objects may now be used as columns in dataframes. (PR#15997) * Some values with extremely long names were printed incorrectly. (PR#15999) * Extremely large exponents on zero expressed in scientific notation (e.g. 0.0e50000) could give NaN. (PR#15976) * download.file() reported downloaded sizes as 0KB if less than 1MB, only for R 3.1.2 and only on big-endian platforms. * prompt() did not escape percent signs in the automatically generated usage section of help files. * drop.terms() dropped some of the attributes of the object it was working with. (PR#16029) * (Windows.) The command completion in Rgui.exe messed up the console. (PR#15791) * (Windows.) The choose.files() command returned a blank string when the user asked for a single file but cancelled the request. (PR#16074) * Math2 S4 group generics failed to correctly dispatch "structure"- and "nonStructure"-derived classes. * loadNamespace() imposed undocumented restrictions on the versionCheck parameter. (Reported by Geoff Lee.) * Rare over-runs detected by AddressSanitizer in substr() and its replacement version have been avoided. _Inter alia_ that fix gives the documented behaviour for substr(x, 1, 2) <- "" (subsequently reported as PR#16214). * Loading packages incorrectly defining an S4 generic followed by a function of the same name caused an erroneous cyclic namespace dependency error. * Declared vignette encodings are now always passed to the vignette engine. * Port Tomas Kalibera's fix from R-devel that restores the loadMethod() fast path, effectively doubling the speed of S4 dispatch. * power.t.test() and power.prop.test() now make use of the extendInt option of uniroot() and hence work in more extreme cases. (PR#15792) * If a package was updated and attached when its namespace was already loaded, it could end up with parts from one version and parts from the other. (PR#16120) * tools:::.Rdconv() didn't accept --encoding= due to a typo. (PR#16121) * Unix-alike builds without a suitable makeinfo were documented to link the missing HTML manuals to CRAN, but did not. * save(*, ascii=TRUE) and load() now correctly deal with NaN's. (PR#16137) * split.Date() retains fractional representations while avoiding incomplete class propagation. * R_ext/Lapack.h had not been updated for changes made by LAPACK to the argument lists of its (largely internal) functions dlaed2 and dlaed3. (PR#16157) * RShowDoc("NEWS", "txt") had not been updated for the layout changes of R 3.1.0. * The xtfrm() method for class "Surv" has been corrected and its description expanded. * mode(x) <- y would incorrectly evaluate x before changing its mode. (PR#16215) * besselJ(1, 2^64) and besselY(..) now signal a warning, returning NaN instead of typically segfaulting. (Issue 3 of PR#15554) * HTML conversion of \href markup in .Rd files did not remove the backslash from \% and so gave an invalid URL. In a related change, the \ escape is now required in such URLs.- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like older SLE releases).- Upstream release 3.1.2 - Most important CHANGES IN R 3.1.2: NEW FEATURES: * embedFonts() now defaults to format = "ps2write" for .ps and .eps files. This is available in Ghostscript 9.x (since 2010) whereas the previous default, format = "pswrite", was removed in Ghostscript 9.10. * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a point mass at exp(mulog) rather than return NaN (for an error). * capabilities() now reports if ICU is compiled in for use for collation (it is only actually used if a suitable locale is set for collation, and never for a C locale). * (OS X only.) Package tcltk checks when loaded if it is linked against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk component and the X11 libraries are installed. This allows more informative error messages to be given advising the installation of the missing component or of XQuartz. The X11() device and X11-based versions of the data editor and viewer (invoked by edit() and View() for data frames and matrices from command-line R) check that the X11 libraries are installed and if not advises installing XQuartz. * icuSetCollate() allows locale = "default", and locale = "none" to use OS services rather than ICU for collation. Environment variable R_ICU_LOCALE can be used to set the default ICU locale, in case the one derived from the OS locale is inappropriate (this is currently necessary on Windows). * New function icuGetCollate() to report on the ICU collation locale in use (if any). * utils::URLencode() was updated to use unreserved and reserved characters from RFC 3986, , instead of RFC 1738. * unique(warnings()) and c(warnings()) are now supported. * The Bioconductor 'version' used by setRepositories() now defaults to 3.0. (It can be set at runtime _via_ environment variable R_BIOC_VERSION.) INSTALLATION and INCLUDED SOFTWARE: * The configure script reports on the more important capabilities/options which will not be compiled in. More types of external BLAS are recognized by name in that report. * When building R as a shared library, the -L${R_HOME}/lib${R_ARCH} flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. install-libR in a library mentioned in LDFLAGS (and not in 'your system's library directory' as documented). (Wish of PR#15790.) * LaTeX package upquote is no longer required for R's use of inconsolata. * (Windows only) If both 32 and 64 bit versions of R are installed, the bin/R.exe and bin/Rscript.exe executables now run 64 bit R. (To run 32 bit R, overwrite these files with copies of bin/i386/Rfe.exe.) UTILITIES: * Running R CMD check with _R_CHECK_DEPENDS_ONLY_ true now makes the VignetteBuilder packages available even if they are listed in Suggests, since they are needed to recognise and process non-Sweave vignettes. * R CMD check now reports empty importFrom declarations in a NAMESPACE file, as these are common errors (writing importFrom(Pkg) where import(Pkg) was intended). * R CMD check now by default checks code usage directly on the package namespace without loading and attaching the package and its suggests and enhances. For good practice with packages in the Suggests field, see SS1.1.3.1 of 'Writing R Extensions'. For use of lazy-data objects in the package's own code, see ?data. BUG FIXES: * dmultinom() did not handle non-finite probabilities correctly. * prettyNum(x, zero.print=*) now also works when x contains NAs. * A longstanding bug exhibited by nlminb() on Windows was traced to a compiler bug in gcc 4.6.3; a workaround has been put in place. (PR#15244 and PR#15914). * Rendering of \command in HTML versions of help pages has been improved: this is particularly evident on the help page for INSTALL. * as.hexmode(x) and as.octmode(x) now behave correctly for some numeric x, e.g., c(NA, 1) or c(1, pi). * drop1() failed if the scope argument had no variables to drop. (PR#15935) * edit() (and hence fix()) failed if an object had a non-character attribute named "source" (an attribute that had been used in R prior to version 2.14.0). * callGeneric() could fail if the generic had ... as a formal argument. (PR#15937). * Forking in package parallel called C entry point exit in the child. This was unsafe (_exit should have been called), and could flush stdin of the main R process (seen most often on Solaris). As good practice, stdout is now flushed before forking a child. * R objects such as list(`a\b` = 1) now print correctly. * getAnywhere("C_pbinom") now returns correctly a single object (rather than unlisting it). * The confint() method for nls() fits failed it these has specified parameter limits despite using an algorithm other than "port". (PR#15960) * Subclassing an S4 class failed if the class required arguments to the generator, through its initialize() method. * removeSource() did not properly handle expressions containing arguments that were supplied as missing, e.g. x[i,]. (PR#15957) * as.environment(list()) now works, and as.list() of such an environment is now the same as list(). * Several tcltk functions failed when run in unusual environments. (PR#15970) * options(list()) now works (trivially). (PR#15979) * merge(, ..) now works correctly for two `independent' dendrograms (PR#15648), and still compatibly via adjust = "auto" e.g. for two branches of an existing dendrogram. * The plot method for "hclust" objects gets an optional argument check; When that is true (the default) it checks more carefully for valid input. * (Windows only) If a user chose to install 64 bit R but not 32 bit R, the bin/R and bin/Rscript executables failed to run. (PR#15981) * Various possible buffer overruns have been prevented, and missed memory protection added. (PR#15990) * Rscript no longer passes --args to R when there are no extra ("user") arguments. * objects like getClass("refClass")@prototype now print() and str() without error. * identical() now also looks at the S4 bit. * hist(x, breaks) is more robust in adding a small fuzz to few breaks when some are very large. (PR#15988) * sub() and gsub() did not handle regular expressions like "\s{2,}" properly if the text contained NA or non-ascii elements in a UTF-8 locale. Part of this was due to a bug in the TRE library. (PR#16009) * RShowDoc("NEWS") now displays the PDF version. * Matrices and arrays with last dimension zero did not print at all or incompletely. (PR#16012) * plot.histogram() and hence hist() now respect the xaxs, yaxs and lab graphics parameters. (PR#16021) * bw.SJ(x) and other bw.*() no longer segfault when x contains non-finite values. (PR#16024) * R CMD Rd2pdf unintentionally ignored its --os option. * The internal method of download.file() was not reporting file sizes and progress correctly on files larger than 2GB (inherited from libxml2). This is corrected for 64-bit builds (32-bit platforms may not support such files, but where possible will be supported in future versions of R). * Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (via Rprofile). (PR#16042) * Adjust X11 auto-launch detection in DISPLAY on OS X to recognize latest XQuartz.goat07 1621325189 3.5.0-bp153.1.3803.5.0-bp153.1.380datasetsDESCRIPTIONINDEXMetaRd.rdsdata.rdsfeatures.rdshsearch.rdslinks.rdsnsInfo.rdspackage.rdsNAMESPACEdataRdata.rdbRdata.rdsRdata.rdxmorley.tabhelpAnIndexaliases.rdsdatasets.rdbdatasets.rdxpaths.rdshtml00Index.htmlR.css/usr/lib64/R/library//usr/lib64/R/library/datasets//usr/lib64/R/library/datasets/Meta//usr/lib64/R/library/datasets/data//usr/lib64/R/library/datasets/help//usr/lib64/R/library/datasets/html/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ec6d11d71176e0ef6c14cde5da4988ee-R-basecpioxz5x86_64-suse-linuxdirectoryASCII textHTML document, ASCII textr-p3ˤ$< L'utf-8137d0b888ba82e63169b9075001dd98813c8a7e4850f8ea2b60993ab08fa1a33?P7zXZ !t/] crt:bLL ępwe}i8d(Xi(>qhmgd$7L#YJ{ljNv=JRJ 3Q>4|8K6 kUޛ^7  @1lTtskE)?NkٯEz9fCguo5L#WgP߳r[ ~|K=B>N0r5ruKߟ-kx<;KnQ)A61*6G@)i&i5RͭX7ȣL/7.YXo9,{KnAi6,ۨ#S&;^]7tvtTe\gd =@q& MXU85QLckF;VljW-JJPZ21+f>`K1V QQr[M{SUHWJ˜Ƀ0ʪ F&0$Ë)P}y)#ecn͓4ѧ)y5#۪'ΘY}Iۣu AxiڈlOOl4(~m Ljߒ6ּow5Gм-"QM,FlZzkgXw`NuN_ffZ T28]VzM[SJ023k'>`չ~s:zbOϭrؘ{{z/(q52@DAS?Y A2]{H 9HbJ F.ݰ<žJR>[ B]$ EẈtIoR*&KOT:!*K70.?'ic}ODpiy7BH|9Mi:xA1D,Vuzm.*l̎sTu{e@}ƥ3Eh፵Սf7 2g>UG=˂":ӹ;n\3/߅{3U&~cg 0:/ _>`zRf?I% j8*iCb>)iijϛX3Q_ 'EڑeCE3a9˥D1=]+21 l9^y_ k"[jT[;ޗKU*'8Ƞ 2j'GTa+?=Y*Tg{,ZP3/@⋱mm1L}4] fklwwlF r@ m%%Q^!-H8h[ ƹ9 9s~aP+<-WA,|ZD{ 6lda=.]?i>/o )Q-0=Kjm ⨟Pg虒G>@re~:|;hYں}afz5ŝd );g uLAʽKj-#` DcdulpWWMz9[R,ҷ 67s;ZP_(`_\Ҳ<6~--vE>V4f~o廿K3ꛛ &=DW PF17,G](6WXz݄&+Όk$@-Ƥ6Ԇ1 =x}؈81SlGw/s)G,D-.ΎNT_ha>+88Y!bkIS9VK7ڝ툯FUR:Rͪ($oZR ˬDB aR`f`Eyej+8;Z3i "#՟]$`L+!Pć*JC`4K+o~$FX&٠zaWr!b6O^4Uy?2/+ʸiB̢/XD]ŕ׊x.w_0>[ c?X!gqJcgEwzF11uMZU꧕}LbS>{cgtOhio&>NLMyC MKy^@d}qjּZ%mNuƏ~2\ ǂ}cBi˱*YTuvN+a?*8{D>EXX\&CSvlmո6)(3[oy+?wC~f@rzAD٢]24oNj+_26e!(sC-ᖺQp (PYnK $#X$=X [9dFwjݍC({\+BXbu_>ŤTfO c'>vֿAJED3Ĵ Aw-]DfX0o&\{w`qT/#B`;#n ,;S+_p tȽY2=EFL]ϣ3e@T1ߩ9e^]Kd얩~<ᕻ+ƆwTKdʽ!GCue2}7{w%ѷ7*7TG\|E=*I̎6*:-=3 *߹O2 E'⏛h*)_ mW䇮҉%Z=+X03xZAI-E-Fe:+VTTSg+BF U?۴3|2MX1? <8qw6b[Wz$sLK,#&#\8H- <5pm޹0@6Gqåzѕ(;R1f6BoAJPBd.,GOS1~6M8hKV{O{ss4o썿ZUtִ* aLbcTA%OaPm= }UauO<"DO38W+J%DTf LY"*m$ "nJ\d˰ ;^*?)e>+)la٤[CDlew̡߮M+x7Slט. ƒ NX6=sOatUT+Ã4Rsh=VRX"u?ћ{NW}4( )xa|$ &|eki*%q֯{*&H[Nu$ݑS(&RcQ!ػs&$Cދ@g ora rSi?}T%rq1,^-eTiIq b"ޭZjr;ΐz';E@ZOЙA)f> j)ZF !忕c8Fۡ94o]ag/ÚoZ:  R"6^J~$z-u8[ɉgzc."Ww܁ 8 ү|F`r)Bȟ%HLj%M)h9X5j[ӧ7P}o#zJȈjz.7‰^Ś UJ ñtZUL𱧖VLNž3r>;2ѠVI8bTJ$- hխ)[F{.Y\@!^•[*Lyصέ6XJ p)MW%gGABϜl%8GBXׯ9uƠkd>/yT=Ake O:dE1E?k큔NO"Q"3%LH/HIm'_{bf>`  :oNFqϥ|y?ިf8P[xLKL #V;ZZA O>~;;} "TI>%i7{=oAwҭgѵ|%{a[7ڵj,Sg_f <ۜ('FPh~bC_T=+6/2űNjN?"ۦUkwX{ǵA3^U `Ry\/" VtNDoey<|D)#8`c?+ז+Wv[hÚD:S2ڊxXT=%ђoan W&ښqPu *(n*w,r'\YvzEQ _j$]KTߟʆeڛ{J&RˁDGh=ǴNbPl<-L/4r5*>zV<1J@_" oWNǽ#FZijq ̟pLVFMb9Àuw"' nフ*&k@2ڕe(!㒌qEG ?{FgZܙdeώͺY]BiWtn3z%}6RR`nqO0e#֦#. 飘EϒABaPaԁI="-tjP=$DH\vwys}9,fSү6(Rvk~t#j۟xGꏧS2݂w5p܇Swr7R8uQ"'ƚRjMLpU Գ%)3 j>Nښse->BWHst5&q 7 (|1:5k=?W7*UN)*Ɋ|CYܻ쥴vˡU OȘiuyI=g5dGhHz*[怷uH'u;)bEy ߀|E:$rq&Sk6xHS` x@h\=9JD.,4wNx8VU|)F˜yA%ȽL|s.gEY*JAZvVjNrƉ.&rLhC!B0~>>,^oC ,xCF:JJGH)NIiY.'ceU20_oz9 bLimL3Q~HeQ:g weي{2 ߙsN|:Ax\tNֹ2(I^ i8C->Xk*#=⠏b-k乊5iAkCsȔԾ+NM4105ߨ '#KD:gJ]t`QpUCJq>XO;qv mey+H\c0'xn kH8 m)qwõeХϔSi V9<^ߴhFUR 8"-~D$T'm z V^ @mF?\圢j\` 0t{!fC&0,>etDտ TƸJ6Z'YA[?LziiW@W7[0Qtd9 uW ;MsLcf 1*Hw)%p/sRH-IS~yu,+T>]Ny\ $CÞ$osp<2:]ae_/32h?ckg t1V/Sǚ.۞m`kv/4]L4m+L~nм Q";I3@7qieLѷ7*Cf̄Oz(mήa5d]Ejl뙏 nh mCLu(fJlQ* 23f@vBe0SݵP$ pA7rT3 :O0"P4XY j$e#KE)1Lͷ$t,E.TD47.JZ+ړY+h8.ϕ2TAC(MW >=XC"ؓ# [˦-BnP2)V0eD[G٬2gEYU@_r!~>9ϸÏxY?ӠQ=׉f%-jxY4Wc]{q1+h"H9{61*i&sG4T;\j=O,4Im8!qŒVYQn-oZ!r5+")HNʐ wf#h,Ic'>uN8R.A.dd#{*"Q!F?b箍T'PeٶBˉM(#|^:ƲztdQ tpN/ܠ4Qjn6_ɧ s&Tv5빩ށ2I!J/ܘV/ P#geX:t(``R* p#!~ ԔCO4cQ??Fv09tQv|WDGpp-?E!ȟiʹv FAbɍmHb^Ž4!m%JQ;*Ir]z`mpE#b_Jd,1j<`~]@0KjH,ߤ񸃉$jDNJ ! oNa5)`ݹQH'f3#HyM&Na+iz 0cnNyG`J.9֨13qA]v>z 悿Zh:u'%yUop)jF; j-xrG[z?K6?MM&^Hm }E:\]a2ڙ7l)dh91񹰕K-d" jh?2);%'6t͓Q𔠢PF',7o Hl厽TVSHɽuiH,pey5M(p(%J|5axN;_3@;g343gU9-be C]AhLV n,npR~`ubv>|1WZ*#=lX TY6$e{sYVl5YÎS,1 R%kNAk/9fKXf1{"i|uPOH|e Zg+_ҨZiETpP[F10;֮?S @l3=*~*z)G'FvIɱ:B"uF G ')Ow=-l}\RhM `p5Yo,Yܧq -1toG迥1zwչߗ9@< Fpw:,9BI>D;Jޅ&GI$dFW/sӻ -IOf:SXy%d Z/A evvhR*u[O8;*S3cftԃܰъ|? `:Ub9@?t9VbM1soIT_`:MjN.mm;c^*/B0_~|> Bp;ȕp}`Ƨ RrF:L;}_d?'ȓ#kzyl uBzs`;Nb:Y-;ŐDvH[i0bYT~$#8!*vYDꋪ SC m 8R44ն<(%׈?X!!8tuAIwaK$($#57?KYb>çdyzxgUԢ dVG~ʕi Hg.~yhP?^Fsf+>!U/ Lyzr1{?k۱qbnnj韰V@O̲vK!4YSB7KBĪ|66_0<+ޢp6.V_g2Tvj_' #)elA{2$FI[c p D}Jy-?g+QnWAnGw7z|d S"tuۊBH-wTroQ"O irޣ0d2L)+8[f֣.3-ZJ GճxG#dEk tU2ru ڟfP hI*߻6to.*v֐n/P4b0Fdi)ކd&Ľf!$Fמ?Q ^~3)V|[Bllhk!v؁ B5{mvӻQG)-5遤'?!9]N!Fh6&Gt;+>y'em ]eopRMآ>2@}Zi"ځ-'qZ)&wn(anSaV{jsmЃQ[J+ֆ=ٿ1f҈ў`qm6h /F4\iBe16wk!ɭAOQȩvyUHf AE˞[OCȖdpCAe@U_ԍ^WVVD;K~13O}"OJSjG//BCn,ԝ^ω!Pb.x(?&UG"*i-_:։^U|eRBF\$,<:q I]Q5I+)G,\91!MQE893`3.1 5(X = T~h>EݮvDjom^}~}` ދ=>\JtکE5OF̲ƸB ǜ``pr,8ôW'CrMiHcZi#8*d2x`D?J+_>-TX!A 16j?ʒ㺜&@)OYˬwznB;0'_D=,St կ$hդ2Jk*t(N t XB^;`î83T>ch*_ř.ʽy4^a?dll0P=$}Bk఺s봲7љd@W.L 4Nڗ6-yJ;~$:,_9~i*5u )K0Qpܿ)y]ynXo*p D3Ktd,LA|.w3fFWQ>96LnIЉi'бeh!=O/{SR̆W|s+ ګxlY6^ #U 8yR[zA$й6ݻ  ,/^#,(I:cX˯wHIl5E!?96"-\boAZ*ڍN Vǎkm,q2K.J<Nˋ!X zi1E:B.P/y'lPS_9ftMBNL71DO)nv~qnm+Z{q\ Ѡ6 #}36|;84vmB}#9_0Y`$ޯïX *n3P.z\urhqc5k?&DqkE~zjkaXӬJVTX 0R!xcȟ-϶h"DOtF? mH|_xkW3d*~CSzy|n xSq|bЮdcq6qx+ܟM' GD`5aut۾ m7,W͇UM/$V,9эY ob{[!`G4?j _S}7lCfSҺJGUZ2!\Cq3cJ-uojGEH0DH4Iّ$3|\[Mza3" Wu+8a]%!~  75X19p0|KJufʭDא{%'$r>:߁< Tl_|V1 9!ʩQc2"ǘ '-58J2V!.ݞN5IX6biԋȯK;éY̯)n;EFP朏#9CQMZca#o6xx|Nnnp[BUbyR~R覟G]?,˒ w{rJ=z](.Y `&,YʧޢvM󺥴ߡKmu9qe|Tt-KUL[zQEI%' 2E\bɇt(ÄN; /iΈ3WM]j&[֝UQ| re#_WAV5xEn,=sU rBa+iNoHSY nX0`酣7PS@PtKM9m@B%8êuFYhݨЃ B;Gm V~G2 Vz_2 +43=z ~Q2@h3j߆sCXMCUیZ&PS?_uzF*0ØjOE| cFTU42brpƨ)me!uw6+l=#r+T\/SH?k.5>:*FvgՋxNJKv=D`EJ2` Rj$.=ڎybʶQ RC]GM0!ΑeO%X`|f*1w*0߳3&o& +;q5k^Kɋص*? O~@vmIJٴW\s:, 1b"^dM)iD%(DmjZ7c`9$|:A2W(5!;]~~b~11'i*/<|="o: b7Ia|b9a\I5#4S1\6r%Pڝ@Ű4qb8/8!; *އlAنL 9X}+!, j_.WSԽS†19RÝe~%{nTkazB̕<>BSa(+N^ށdQ-JӼ\<|+x {0D !!kk>mpP~) vƎCkɴPm[m xCfc>%ڭ2l 8/k-BO7ZL -``9Rm]5 䰲o _]__uc*g/FKSI#+X->qi3J< r;A)ߩw<&q9;0gl-ݒ$fE0w§ˬN,"cGiJx17[4~Bx7V zsWG8G =עHt8D|&EGe))p=b^xG\۷2րA<GL$|YؼQaLJ(N Qn&8^"k13k/,OfQOTcE$ t[I3o?Ct/372&Z$W"s(n.sd@/BfZTfժa5=YC:?aқ`ʥyFVƭ$5D@6JuQ%LLOOGˈI^O_~O(YQW/Px0{vi\|:@Ys.V!+CoޜvSRsкR~,hD,Uߖ͒LX=@'+' S 1OZ{WGpC#_{R `~ b;^$$˃NTB4F5MY#Z|#Zz U@ZNO}9,#y@rFz: Jh߱)6ǣѼZ;?-h.q  NUy20+!KLM}Bxr)WKORjJܢpY 2x;D4+'•\ /56ۡy)d&_:GP"QaN/K Gt;!VE`Ф00+:&2^[vIaӏQ&קXB0sv0 z4QaJtVf{p Opy8Ԯk\ٱqä&@PY="m Q||pӭqԣ&kZ-c-2paŀ =A%\19[a}XruFוt Sj9du6,bG$)t@J(T Ϡ /H {H8~3f1cA&1Wr@xXh}f,LnoT@P2aOLH!{nZL.rCP^- Q. ur5Ff r1?'QDߎ5Q\?s7e\P߁3[yGj_ETO1.-%kz#Ap"PV UY8+MjF+lo@Reyвn  [}ܣOXz vtJW x}VBa *~RF6=/|bse_]f4r%\9*oGB?WyJ@zԏ磧6 -MG׷r:'8ȣ*JwE,~~#µm +{?R(i^OARm5)cx0dȣC G" |'/N-a Ӫ #DA"^={ڐ_SB;#B[7PE֬ b[bv#X'~C N|eȫq.!q$YMj'R*Jq82o TT:"*w1=JoQr%_iB ^4֨[5M|@i/s3PITKdB '!9hS364qDM emMʂ9$?yVfG74]S<~db 4B9w5yjwZ^w4_itD =:՜Pw o'ەӂuos&d$m" wh[}3[q9C>%zf.UO O:`TH:$Ku5JC`soFf%n@ó(Zvr7o`R14K7z@t1f |벘[tEx%7}W ua|6*;ɸU၂-_޴ѹm lo1v+ufa4'-<5?<=U<>TqXt{rN@Jk.P{$&pTjeτzM)Zohu ge? 4P{A< ym!w#D9t1o?ZID_u2W*SaXJ8wy;+Z5p$5Fc@:57[#i䁄3,xl'YL 4P ^pHWJb;B<ŻS87&hsKd {?,#="K6~%,hy]s9q$/%q;Έ݃QgLT><"cOfRP*K32D·[ӡUE\G5-RsjIBqImk9{ZKY(ɔz5snE /TΖ"hUCzgA<8pO_ڸe4 @4ݹIusk"t-w0G&?c9t2ѻ 7VPphioaAHq y%,@O֨bC~O:%&C_ Di 5^r{RE&)5 h^PƻZ Ț4_|Y&5c 6 TӔ'f]|xPAbIń;B.DqY>#t#A\ O~_Pj%FFgF1JӚygAKN=*1XQBi"P֥^3`|'X T/9Ι5"s):Hk;p':Ȩ$47NHn8&JkM5HmrߎlvMJjoB+ #'^9cXbpx)yO6r e- dθY0IymQ8v{xÛh>xؒ:p[gށT_pup7zGP}`s+5oX\Nw^O.Qvar\o/v2) ^fNmCM:_>xfﺈҶRح0Xq5RL4WT+~~qc,_/A.FXǸ CP ħz lς wy&zq3:) q >>Z_-G[‰WK,{s %_.='Ny' uMWH$a7x5َ[S!xw%,.yhj7(K= RhJͤWPpZ1m7ԆROԲ)DFd-Y3'?1"k~ۆf z]߰@ծ0,?ȝݭcf _յF'>FGh5 I[ $dU0*ru<ia3%6wJ/Wk`x&/)ߜGq2kGʽxԼ)3~;f:>%e rV+::=4P{2EucB?!plPy \Rm3ɻVFґbB ˝U" ei(C__ Rİ4[Ń_*^8鞢G6O02a۫-ۄIYi'2a@fӀʆfxڭV9]:;X%ޚWe"W*>'sf?[p(8QXM'"jSR,kzˎ;"z4A$̄zZB;3\۱>?E9fqAk!libjѹ;&ǧs BkϾ;:FM!邗I?*)N!~ Sot wϞB-l4f8C@=1/FN&#g_m7u9/cJ 9`!Sk,-_ b S`f}s0V'Y6wX"q 2~ Ş^(8 tl')>\LFW8pMfh!s}nT.V`0әyǸi#5Δ!EZ%\ҫfrHU4*'R),0S".j efdƤ8#ك ž;a,Ɂg@'@BQ;[Ac+qNSN\a6kAZ^:Icx4B6X{;&bSC^qYU~YU:yjс~㳦EO-wPw.k%*86,`[ rqxXrS}OݯO#Б|/7 TH P5t5V&Q-X 'x <%+vh*9[^XZ,%|ʃTB$H1O,pڳ5蒦`MtDn0 ǁ(Ja]?,Ü^Ah`8:"b}7v1?aq?4FJ n"PBCno8>IJk/{\gS6P2 'ੑ3Q]HϨa98t5WtL;3MlWM`fa+;էSyY;k[m^M5;tK;LةeIsE r֥vxn V=!+EfD@$0.DfpCF-{n>#OK'TlV­Cd͢>+YI$vI&Z Uh`f%pxHF7%Bၺ$Uc6V\ؓ~ hv*#^r4a-+b?MЩps9 u@J ۹D_&B{y+8 X@Ğ/jJ Y7yeC#CL=bDE\:*#|oQ2kv0 c-p=[`&ϧ}4Ly3[W85OgF?l1c*3@˵ZȗӈDjUF(XJS*α-U].ԣ4]:&ANrE= /r=rq| ܾH(i\uLMs !$qw+#KM,O$3@O~L$ku ; ɪBxCeKUOD3UY5YeIΉnOq$'|݌Bdl`P;6jöZnE9^m wO,"vdwAsd&ʯzqӨ ޲t`XK{ݯ5N55cWݸb$sW?n 7շQ"i)pxQuJR3X㜸wuL|3U ; &0]ڄsQ[0qDf)q#DxLWPflj(MxUfwݾr!љ72yHݏ 0S?ґV(cj4!@\ʠ {˴犂.~|~XKFv{0.T=KQRl,GjLK 9yPӁhsu$I-4&\ӘP$@)`mtXGGW[Hb 1Ú6*')TpzҪK7B۵ [;FQ2z ?^䓱DFZY:5yr!%|Uf5!xULhgvvPx6FC.e +/J"*lpl쪿=dE;zq\!B%2<.e Rlڐ x{~s8dvݴj$<o t1T=0QC:';q:h&[|;yvPPtwl1b8sئ-jeuR'wFZxB ބaVK@lnN%~"RFaFRCcsRxh3&*>3?Usߙn'B4wnh:кH ɷ.yUJ6=(΁};d y\Xod;GY948nPRC*Vlqx[oܝ'w '#=E9k~ҵ [P5ޠሿy}?oW [u=T};/wcU[l/[˘ q،aqӕ|ҥU4ΦqMhCWnk4L&I <·@qcm4ecqt6C8Ch U]qi-fq}@r:о6o9!QX+>fkqHI{s=-*'K$?Cb}rP(6W ÅEκ oBpw$Fc4yg}D?d?Ii9$rrK^:giocG~VTCAՅJ͚,~4OխÇ5H֘27_ZS\ :Z $^dF͢.'kz' *QSH!OȲ)y*>XqV x`s#Hbוȱ*kUMl%!2pUk60{NզpÐNi԰X z$rK"b)9e[ZBWCw[H1 6~l=&OIrWseh(F' I*UEԕ3̎v=o4z^JApwyE1NYk(#+U&Pń=Yލtjk"'er1r}RTtjQkF=M\!_C4OP3J8Š.j ޘ<+12W!%P;٘q!|)/@@ ˥M\ETz0=3Fn8(`%*e7>vmz@H'$$̸2Gh_B{3piN#|b_wvvpnoČTmce^\д+GT6:"JB1*D9τ cV񧼨5bK2H]ZM 0> Ǵi?g33PGʉ1|+sc[e7VW.X rWA0U#,Ce ^Y߭7g0mO\ύJ^jo0lF>'2e`ǙzvӦ!㶥11oVY=A,a9W~&6-,D5R6[$IG>ϷDA-?vW<&Y+itu:# #AZTV8N^EP2Z+ƀ nXNOyVTw5O7'S$c[sK{6s…0ni ~YM!J%-9x @dagi;[V*qlZz<#,>s??̲ :L~ wBv}^s(`U^lu/jf/Wڗ&{hJӃldjBWq;%uꜨ%7mޞpWGM]L4ut}[xl ¹uMWJ$;G41}Ը rlLOxe1u" w? =unɬ- j(-GK!,N!,HW;k'L Aށ˙g‚//g͆_TH'ߪl#_ 3I2P݅RKEcՙo˳[f`9d8%l(UKڝQ.i?('Q~,ZPvXx/+ S~l~p6:`"._p-fȽ̑ۛM1L#uH,p$o4l\M( 2q|cwˣN48) o Sx>&` jk0^^e+@ `E҆:@zm\c֦R?W]D`xI'; Lr.50g/<1CKAܮl$adת'mb5xM6EvĚ\4pxܡq0%=+جXbV80hh˼?T1&Yo՘U-s (*'5IϺaUHs;0d~bHYCQRv,"O1ahޯ я:FY/*^ k5tJ+#DH5'<Eps kC/|MOu3dfw0/y_px@6MQ2Y}.ma5MЎ?GvBN3GB1Q_y]~@dLUYc\9H*# G;KE?*giwJN ,W'*=~YN܂ܢO=%7 1y6Xo ǁ`8@w ])s m7oJT6O_'8Je2s}>D360sl&5:$6Pj^M5슚 =Xь]3C (l!-r!V72-aPlȀd6Bpn/ D\'u3cfb{əR/Q  } 3{-ô٨##Cޛ<G4pWF=!/*Y+OF7sK+,8YM<ܗ>)I9Ou>8TXⲳQ=8C'dVt#lJ7,GGjZ y,i$?H?T"&],&a[A.39M,E9)y.9]=@IIh*]XR!Q$=_߹d{SR$8FL'8 29i{G#jvNheX9dz,Ȑ|lχv9z^n#*GwؘmERPטL:Q*W`Q6~r^  ޿8Xx.:> {,&of蠥*Ud`mvžp/A$x@z"K%@|͇^\YK~R^.Ő =}(.BX&ѝwgcT|5X~m'e4KК0rER\LĞĈbUo SJDJNle[ק3=բz5E-c]l kT闀> rMBO*N-.ch|E"0cvxx ΏI18lpnIS 7nK%r<5O*BNLˋ Po1wN:YlElr҄:~v1fbZ m 68F)*3f6![bpNbݪ2ДQk5Zkh*0(o2`Nmܞc:>duԳdMb"A@3[_0YmX%Ί:ڑ+dU~rߓwbr=GU+s|ݲSV%tclV/Mh澧cpV96*N'x`3pAJU]6\eֳoDS[~)v1p"H.I<"ٺ&I930€O!Қ)I!^,~]#8P_@v4•x*Yyc>|v~zR_+~OM4 q2Wj1 wWiZ%Y5.֚*vŇNS-{&-~ 뢐d?y!y@!kf*|=R2rCC-T*O5BRӂ B)I!-9Pn1\E1Ԉuk䢥oq4gDMma(,de slG^XsYzf kũqt@j qy3\{LdY44.zL]Y1^t8AxUyߒ}RWG pyߋp y:F-PEyOccZE&v.Xӥ `nk F]G`P%RT((I?G_24sE/>-t8)$ʟ%>]_H2h(r|Ϋ&6OqDj]7[(QeU[۬NpR(h /ד9y@!ɷȩ/TF` QMH +!KLzZЬ!1t;W#boSNsTDVUt^Y mp-ޣQ`QzjkCu_u"B &8#D8s5Lwnh'rϿPQJ&{{o'F2uu5(6EG&ai9ag 'N(2ۇ+BM5ؠ!N<&%*3\ pAon*3C7>Qf|?Q^\ H_G g̑('ҙ,/NlLws_,٢+"`)4L'"E 9\o')~G"*UxyN+ yUt?,?d,bL3f $I}y3fJRi1g`HzZpS<řD<耈d Ez+̣΋oj0͢}ߖIfpVw 5X-D^>c3f\#9'1**HxϏ h/ @9f B 9TNMHu\뫔bQ/Tİ!A*uԮSa4,+=h_Đ0D\V8rßWVQ׀y $>JھԎ%m ! Ӷvd@+.i_z`C-V#r-]Z{mS8ݚڧ dwGN[VЏs+t/wngՏM'F3WpbPE'/6{x0׮S Nyߨؚџ*z6s"&aӑw5F 9,~0Z%AVjV$UD05yҿYbD;?-dõJj@x òO>=$[trvu]c7 ) !H;Ըp>gfctsHZ:RjWxQBk$?c&6oTVbx~ -`J6'z{Pu@LBې# ;pےA V}⍯='©bt\g4r ,EAS'<Kph2#ڵ3=D߽!ƸCo5ݪZFy E͋=5+AAnP|Py<VC܋r*[W3n ͥ#\4Il_[ KOfwзAgJ= r6w ye떕 lb0S4\3e-)Gm8m-6DU ͓7ؙ-/oӗ9EFjPS)t~g}Q#7[!`5>ۊh(sKKL\M?"g`کg ͚=]JSX%a^R72;U^76I&֮=F=e@Q57KYu{V31W3q|HvV߫3դE<}__B#&g^[8ϧ"7!?DV/`HѩS,lI2G+SF#sK>Dx 4^3Q^\ F`kÝ51 ;$-XHv׍u!V4e`y:;#l`3<O?2pIWnWⳔaܦf؇Eu8j\sx) شQk(=Ic߼b|= _.DcL9osg4=14Y;f,V?eT9Rg_=0]O8L;]|lץV&^ie#b{C+#8LMbe:f5޺{LMa NP[-pS(*%1_Ϝ6xN_!Yshl&&~O9֓@${3y5{`l}hPH/"W|! en^‰{]k5Νy#(F$åv"߫RJqehjd((C~V3AspO9"7ce"%!ACxD':F3 TAU/g@zPa 9\^{Jf1ix,Qat$"Cdxa}-CVD25d":[V{24/"H.-3}vT/, mdn`omo$ЩjȹvYJuaJ7#^ڻT?X7=.ԛܛ|- qQQ}z?il=H$0mjY1XJDCfNja|KEG}JaMgMaNXKN:h}`9 &Nv[,Y*$=/_mmF:\Ho%?̸_7׺ôт a;Zi$L`H+p )6Zf3P\Ɯnnʴ:gypAQzOnPo']"C~`unISsYg*AK|?C掰1w~C`YaŽG! ]cT>pR|r]*ػ-5zG(LB_+."P1,u;J3*C;~5hm0v@ZL_ ʊδ2&_ 4ۤEz+LAcF70M5VnCd^J @sKGLN,|ulxxR Ľ80?Tl8Gآ n?̒g6aawl\:GRӁf3|L % >t4E4L5h&ҔrNY+P7b0e8c 9hvQMl{47x;sYe,%nT҃9Vx)@ Nڬ|u21D/G?,)Yc3X d$_OVÁ-{<78475DH=Z>(r`I\}hӒQ r)HsT@AChQC,iDž'a21x]AB].PW?3Mwޙ%dwk4ψST..,A 4"'of kփuG@ҕ\DРN8y)Uch78B(fz ` R{X`7F 4^LK󚬗!`Ԃ&6ߡ }0GurKr|!iWWx9u9U*_rk-HcUM )[; L=5xKNv En)ZKҐv,>+{.Y.=~VW|$Td(h <:L!oe:k&6z?o[{;O`^uڂss~-Mc=l!1~O+NtO;^nrZ_kc+̨a; Ơ1Ic)ݡIC}]1bu DhAjۦϿcbV,/K?\L" l3VN(WQ2gșP)A -;.,T3G;/!S\f.|Ij}3^om kRΩ'pw L会 HRQ#Ĝ|5^ܻoظX2`–ǘ&("єhНbd #e@Go;bo}['i})t%,j8u%\^M֜kbPi0,mΟro9.O@I(vXUa[W|Co=]YlŴwIXC[ٔu(M2)_b~+͗ԛݯC<:Ȓj;?ngX 4І_sd?>x}\Ƣ_8|އ}:m6gYE35_4 1u7>_bBoHxSy/-i2ЋNZwѷ]3bXW:x_ +@ adgae*rqB)ҙ^Kg^Z Tv<#4I$^I8=b^P9knEK-RGoq~Z!xrAMzKb_+f$ٷՎx }頜Ȍ86'Oi~t]LAF(R+7a=L*.K:vws= S@`)Eb0x2I]{x4{Z"ʅנ΢$?Pk->*,aE[C.R<.F$Ӧ>,kG.u/PC.o=kXmI%Ѣ.hAS +C't M^FZ7^=b4Կ-."ݛ,@4ùo&tuC<Ε\{bxސp. PA(p/17"סpaƐ=w0` ۅZƄQϡk7{pՓB j%iO^A2ܧsi-n>_n0M|}wT5l> "E`mb{"w3/Oz>H6xg~レaq}M:|I֍VmfĘ*tȄ$`܌YO+ am'2HgqbiD>?N]LcE K;zVؓ=ߞkp&|NPג 'G#:iT=]҅BٷtK,e OKYN܇ +&І1]Edjӎd8͠si&(6}}V "=.w#ލ2r-Q'.#݆P\k2YY,7ŏf{S蟺 қKA&EdG?C\g@gF&6tR_ :i+;NqXnǵWsZ ׿9Bk)3,y<7_>h_zl~"}wzjϝp2JUbvNΦ)QcRiYS׌M#$3(>2wodHb˹{g="[#H~ UQ-{Gыwn)z4R]i?~)1])V^e18bBdbT- G6 іߙK~c5ifL{zޓ ÒWI;)H#TtD6'0M/bN^xMm ߗv7!hت5'"ױoM(v̍`npN Ś=;x@t圐 l^賾+orʓT ^W6Cv~ =ȩ ~\h!+6|FFA{ޜx4ZC.mgm'{*_P#Anr@!»[ܝ;n7\~Vt[j%]nRɒkƥ0?>w>-Ax۪&2U×vjfڽ``IڹO3Up]AGp.& <6M1lV,yZ׵HMVb$?_߯3]\j-8}.s=m*CgX:Nx/ A%.\ӇW16$tTP하6Lg9rP+a$n>LȜ:'v#j/p/>ijB|R4gm@s- 6l,G(\t6K8kJP>T-y::s1*w L_Ȫ+w/Bk>9;0)d! L <_+?*/8S8d$9<>De4i=΍kDǎfkb]-W$} PoˇiMӘ2(I.Xq,/Ctl2dc^pX߷k"'i۬vOrΊ 4q 8 E̸dTe՛?NE$9wSRrY6b[qk`wWABprcA*{Fzę,*=@uREgؼwYs ½pZ ~RPgK~^[zI>ʠցk;=1uBe5.~V6kEIpq@7 M;8ezx_x|'BjP;^nF[k9qE*jb+J\Y|ʮCpmV( pR˗  alƷؖdv&oM[0wAZ`]L|Tnn &E ɴ"z "8om_ߚe@fy`oB8A㷝OB#Z3i)lk=\oѻcm;3U=-# El)w@t^0;?=\U:Mp~ܬ-ҌNE4kT~$ ) (S($&?6/>C/9Cڟ1HQ~R\yK r&qOK(ЎRhVu;uW,,\b+K6gr)~7fMWԥjtWd*+I3B7ec!)9iV&ݽc%6:A?7^"4.ƴ>{lg1ب5o?KMwA:L]+Mstfm|Qhbw2b LRΨD/Z*X#MDx7 T}rʍXhwv#{SNdhDDy޵nksKb-?[lggv՜lDyCUn#Tˆ.=%ѵPu(j/qO^Gݸl߀NYm@gi9:d&^&tk_7>6 1u}VIu.8K!uӽ x5JOBi|^%eIVժ[L GId%MoH(8$(?]lo{}\׷<,PQ}v4[u0~8Cn2}ƨ7s)MΔr7jF; x-%$>LV! CA ZNAKb3T_LjTALywQ9oo7n ĸ/iÑ%K]7o/g$C=F̥qvU1[ׄB k-ؙr*dplW­ړ6qPQ# [&vxs9NAV՝ i}PFtpswfw(}I4`x6eFhjhlVITT{20YHfp Dαʸ1# BAzD/ APDEviW=j'ɘUrV<~z Tz SO01]TҶڝHӀ[TK<”Zpk}{4J5˳E {Xmؾ_ =%a q4W̳L#{g[8*P,(/Ze |P-G,ST/Voz㨛DE9HsVy  l+{2~-URRCӞ+w{[9Qb'M+cw Qְ)WLsȬtl[Yx7H{Ӛk_7 }rC3F!1Cbqc8X$dC7m[h \VDT'{lnx8엷:rᲙ0"Aa*p %b;3 tTE i4#O-7;$aL: zƴgb0jEsׯU[z{u t,&J{q=UwEđ(is◥'XojTfXۼ,tw3u) R:M4U2@ׁWMhY@~qH)gDCEmkc1*s{=l󚹸hN]Dx,4#l=uQ`J&:袕o_gJr>VxVt|[_AGzh酽>%Fb)W?*a6sL]EE;> y ZIյrƺ6 2OdBZRlLdۘP%C0fT y$>0 !0{`x'Pܣʋ4;E}UwNmjhFPҘg_*Soa9Z)|pYDn["lL49"c{Ә}]l5@ HOPIJ$aK?j4NEk1 \ҡHv^?_R'  FKMc;yx 潴N\?\vEF^!8C)ԽEg) hHz+z׬gx饩${׸@?HFۢn%0)~$oC#(>=%S`+je d3JMn,YcL5$KHq|I"/&in^"qyA#ͮWQ˯bB1sl Xxkl*0Mj@[_ᄄ~TQ"sv~}PG,A"jųL8`喱y>:^#!ڵOHP}D@G1 A'ڵCU'ua[;g)i8m8Tj?Mlb͋ X{ᮯdYXcKuI U0y|s6H ƴC&ã01W3bb_=i#YZUh`60 {fڔ?}^Of|Ф[rhmjUlk7w)VJ -4`n+m)IeԐ!A>[f&>[ݬעhӬrS,Tg3Y߱΂Kr&b7 m6> о#įdur76JG-fO8M]\43=qGkG<_$n%@Fz"ɘ Ȳ`54`~ƕQ_7k'pLjJ*Ef/՝O\0Т|ʕ ) LcF  *F;LmT/Rpӂ"D'H&,5~'H|je0P0^*O:^&k0LSu6_"˵L63#SgwuH)FsoE$gJbP f;PיG|L tpA{0A=4! IJ `\$wR#' 9=W2_x0;l}aM`\D+3eJʩ*^O fޔa9xN44o FNC3o z=a ^䰩JU[[&ͪˢUϾ$V[p0`PJ 1wb`!pwꠖ OkÖe$#T! jLM:TF7ƍcZŰ2CauΦxY @q?Xs1^9Ǡ3u+3D2muwl9 z1,i`bu72rĪ?ݘDy0Q'~ѩRlMBdL@^~p/Mq\ G꒨a")sOIA=D }Aw( e;rSr$LArզ _%s= eswrWay"rI<3UKdb}g˅})#suwe=Z/H* =Y?L+Wʟp϶]ud@H;7-V Ae#pC;ʦÓL-J tun]2o֜x(#P=6<+A>"Q0wDӛlJ*Y,;03밐AH9s)$v l#ZBL("Ahx=5%nY՚H{R3:J#Ǵ!f<Cޏ} -Pll2-5U2ILIg@7 h3ZFtR`[Q4W*D1i\ϊ0a:!7GQ".W5~WŽ $E֦H}Zq>ng>&?qDB)8"T$ه$ gnڟ]j8qEzA`4fX3PnטgY3uO%AEqy^>Ǟ#bN}ih(gE&7X78؉YE-B|عGo W<WeڼPS5?6F^ ^M@9օ "սk6YHz|$![ɲ:^!+(82wFKiձHsD$_KҮ-52gEq!֨]tO qm"/W^~={`,fovoAIELputMkDgKkbn5qT+\-RO<|r.)r%M;8IZ#s۷96prmOm Bc8QU:nWydʵ-$%7EL(#$!0.K`T\~8NsIaL}KŽ{uN }=T: i: !yx^+Y).x\:\WћPz+;x=_:pL9<ҡ\=z=%1FTUnTd  p oAD6՛K$!Tu;Hh[L3cA`/v٢:h`ҥ0n1*&MڝKvPk AMƄLGYpl!b%I悪-!U$ PЩExT`P#U$1?3,D\3@nmNjOQyűnvė 0{^bc ŕ#frgb81m{,\*HSPt<(R[q˰mσ4Z9}Gw֌ƕ_H7ֆǶ !@gpI`_x*&A4S-x.#y`rZ: 8 QW䯽q~d6w4C51m[T%)'1+S2՛w0T%ׂIuC7vF 2lP+AZ]0/$$k#gZIijsdUژ-IMG{~LN5|jOe%E3:H$)j2Il b\)h A'IG3f4 }ǵ9-c!&c)+Pxk zԦ[DZ j\՚Pay<\.)·ZZUjcy;UA/I)+\O ^)KfɎJ#:4u,\Ό Hm>OsbfLD-~%14~&P8Jl Ik;(;SGf؊YZfm*: BQL,\055y6̢M7ErbԺڐ-̌=MF$LBQ 'm56>c1FBIj2CU^Niy^wӗkC11Ӯ1M~=〖}̝T1ƨ~m*Qv9RIw*a|J 6ka \DB' ƺ5l{% ,7_H?iA[ :mw%v$8ES5@粦}*{fa'U_@!wlܪBΧgIvɢYϞ&%[ɩeC-ְ d}IGZ`Q/e1s%5Ps*hK{}"lSq&>E"T:,޾$_LUتBCx5җba03H2lvag %!C&Xú{w2&6U?1O%+Q+N醓nxL[8 @ΒDMTiC'p' m:lb)b_uh k쪌.zY꯷$]8gfq8L T ,Ko|M-L3gcU'˭;ȷY8Y0!^J^Щiߕ)3uWVUS[ 6`C E Ҟ%RM$QH9f^ld+dzUߩ\5$[UVfvtj'Ql0$/=Dьi$*9g!j(EB 0kd٘ |7̭\kt- -h)XXH?Zz|aMHq+{ #V4q@@ti]Ln%uǚo`'8Gd6c)lBJ_=,F06"/z>lym2=$awrE v:+0GI}RAb|g&Z9yi$V2G%\k񾅚$_4\{y<6G?K*1d3v؞ov^?4 &ěy((,ֳbVE;m/tth*:7 nQc&כּrG]$rӴ#1bKVf5#FO,쪀x8o\)(I*GI?#eh5.Gބ^ 1X^|j/l1$a:)2;IkO"9߮h 5S* 2<l(I+[6p;@t9KX}E{~\]Ԇ)%{*GsRզ ĝHHjLnC(5F0ƺ&Lt%Shh) ;DŃt4T|,ȊMz<Ĭƻހ_ r2-]ˉ527eJOqu䠸$Զh|b1_V C߽jFQGo]ns]&ԙkMT =*OD]19iXdB]pS}xo=$>"DԼ6dg x+<..>F,g0R+E$}Z&TbhؒU)pPIƄ1+UEn1]c}W(&.C 52BoikN=]}΅pbʥx!s0! ΍((qa`m0 ܹ0}RǗ*vnŒZgy"~.Yz8/3v  0Fr#K񀢊EB\zeQ-"ZRM3`:w}QneI U1tmUR+HH_ݛI _&TÈܭe4+,61>b֣nT@bP.Oќ%s/3Ki Noy^p5pvFq 0^qIGr03;6asrp%@$LGc G4avL23lP [^ "EwyF>a,8x˅Km68y>NV=7Hs)SP ?O/]dGoJ_GvZ5[..]Z̄ 9.'Q!/bdNOʶ_eGLsߛ yۖ#Tj; \1_,`®AWrftmW?j6X)29,;(3y8WU /K5j>vu9kT)7̺F")\#-`>L/`&&YMM! }ܤB»YN%Uu`_"S1 -.ZPo줵QnY@2Sa+0yyi)UN1U6jAqgk%¸td`fܮܔg6Xy`bsIWN;CN\VV;4HR->%(jpKRsO**h!pO3yۑItc5'&%Gv2ғf6c<0B`'~KO~FE< `9 }~|1^x1 鶪ē*|@%^JPھ@د" z5bT~8uJ2 y\ǤG.w+yW-+fZ @gc~ܲuYg;@*X%-P %LV 6_mW=b`L=kb=dNixl=Il0Lߤ/"y.Fd'}/*"I/;}Mz^Hhߜ4$1SS *Cm|މu\ H:JTI7nѰg}nj N# 9-խx3ދ:bZq_uqfK,)5e * Ztt,^d>hv,be [cQISq;HiTlnm3bbEvQWc[ZdxkDi pM wޓrSGY1`M$I }>pOC]Il1)7J֛ԘW`0B>ZbĹZ )}`)d ?PԾk=bD1/U_^ Tjl^-,du (_.E~%HYU;ucL dVsrp5 d]{wec[!p.!තg|G|LE).%rycp`}% *~Z??9m'N21FzG{;UApd\~~]vྊ_A.Y]Z#5zՑ4xPtًnpxJ,P'n']_{s))H<ȱ_M[LlS̨̼[{,/]:* [%!Jg]:p[mo*3-B+wT&Jl.c^I^)ЗtOKeKT6=5HTV F(]tV򕇛hvV(k:` ɨl4Ά|ʓkVR @Lꝵ_&?h=1vg@;IpJ%I vJy+吣Yҡӈ=AX+5ʭFZ=wAͨn柌[־]P B&7ȣiPHprL}̴Qb0ff2Im;DtbopC m' g{9H 8H 1q\X_:.b,"KLrOC&웽KnX?OaW/_LnyE.* iqi[̸G)GO|" u`E'ǭ(kA}G>~P)(dЏ7L=TW*W-wT[\W\+}3"M@XJh (z~\gX OL"-U˲L'ԗz s":IMv@q5TVk\#e\jVZڈTޝfd=70D9\dv* tt)?XoJ?II{5?"Zΰ*;Lڬ۴IJWc/u]0g:i,ϕܧ7ddƃބO:XyYvH*= ]s(YqQ].Ĝʐ{(cmx\㽘"N$IqmO>bӏT%4,Qq0 ɷ5,8l'f*q4S?_5d7ٵQ}_[;+3k@7/- wjoG/X*/o o$&oLU0),NZvGa5@(HXCH/:cc#=Tܙm@ZMBXǭPqd𲅭^9+{.A*.^:ƖٯS;4(%^֠v!{ZP1zZ,Zπ5n;bwo6![]VP)X7A&(vL:=hZ;=P~lSev=pӹXf?mBdlr7ugEgf;rz3rwVq{l ؟d)2@ߪB_\9:";I!ioaCSYLR+jVoܝ D=@n(dhn_ ϵ AKl3/6N+ ƣu6F~I6 ^JE zꀥ~T'%fkQ_p9䌮GpPV4 71;S,#UIc\_aC\ mZڅg*( k@ޜ! +B!"O+F 5Z[!9h7X@ٻ ,fg蘻&u9Y5L%m gcS%yY,)_m7g3~صFP|9ʆ^02ؓqHi. B3zMA#/" T>Lw"ͣuVAYV! ê^ EI^QӘ\nzsѾaI'F*se9ϵH .4aBݮ#7ق+O` S L}ϛcoa7}`,awvdE# Qwtq: SZ4|bfkc0~VгTccvIY}sJZM̅!7j|\tg?Dc '8CE=62ɗ"q$ԲaEt^xL{晛w xDK4lsSX_Ut,Ѣ)mO2xՍ9DbM 9?t 5z3ߛ|mr(pܦ!iʍ62L/cW`.83R̜}?*("%ƎD~#Gi -Rk‘ˍEr$2(:zThOTSOH0JH#va!I4w9ɦx ȔI\M(sy hP@B E ԴwM\ʫwN8t48l/Mܓu&ӝ_*Cz5bPˁuy.%y #rk~AL`&{=OZ(fOhv[ZG? QId2&g) mU5ٮJ#ZF”‚ǦJʅBy6N{4PU:7.u߿dG Xlc3GQ3D.j])ɐI~_La3 ":N}IJJsuo/rvHL(47 N'ˠ1bv'ޖuee3' I٤?M)*v|/]k|AG8$.׌F&]\뢽p\Io>[Z9~rIZf=D)/u}0-BTgz=0N898=Z|K ~tu1F 56&G풧k2ZbBٟ&/]}@yٮh˧.#)9Z82N\RLEÔE,V/ JEcV< ?R4XڛBCK/ğG_)Ck R8x3h>/Ay6h{q2Jo$b1l j6RPC!D29NVePBL 4wb 3ۧqUϨ$^+]hsH+Q4DͲӭ|v~y3 B.x"\nM6W,ibŷAÐo!, " =؆lJ!w/kzc` ImyδCXZ }"Nie2嗽PਞMQg#PVHGy=Ax6IL㒎0$c^rvmmWIt!hcm):BW? ALpM ұj}>%0fTCJ5ҭiF/@S'5%9ݕe#Pv5%B癌<Њ'ӭ{C>;#MVF~r2?L$U&Rb:#GhS'8e.h! #!xCf^uEiy,?3<.e~T%͓@~1.zk=4Ψ(r,l1gJ~jbyDžpxD&pC4E-JW{U($F7M6g"TS.O>+ xӎʹ;&cd!Y0?r Iī6"MmpBZT]9`/WGy[uҸq1,:nA!0+Ï29u¿oYd^ +1 B^ tbQ=^yW2?FYc9>xU*Y}f'Sk{Xj΃8Y iouh-q0N5F80O,D p~Av>;%;K6r$2hK q'@Ƌ~XP8e.fsC庵p":# L2=4%^!Г 60̬E~uS$5Wkw=K}'h s[Viʖkc-GK\)b/ &Rĩ7žDO(8tkJq07J$,,Kb ϫ#φU-Nt9)C rb-(@߃ґ– S4VJЬBKQ!i= }- eP@+D0s>e^ni 18NB3^7'љӐA?m ;5q@KF÷ͥKCRxI "VbW㖲Z].PPO o0[2FO&mEy}˙C}?rڌ` K-+RS(/'JJpE$&iCIqI &T&Nڼ:G"@'Wǿ0Y:e1Ibpw9gf 5SC6(hH]Ի8&к*`#WMf( ohJYB+PKy%7VU:"Y:ѳVV'3^iޛﲤeʵ.%:u UbЭ{V[a1]-4tZsE9c[rij:Q s}u6=4<*F& ?=: a'I#\8I;Mc}!A>Zd8.'-+6LJ+NOr{$S jBIzcC,( ^ņ1>V1|1JV9[gԑӬ Pk##]~[8(xM[?VE5NvZ4VlEjwmk!8ޒ]|i1b7-n)€4~e7K5?%(`O]hӢQGuwوiAQ FqMF HC$(Ёz ]NJ\x%LwK4D'-BX[A W: 8rq"ؖ,"{h3@RM=hX5jni Ov8m4JNn倻YgWm)Cs!`_Y}{I!m͖]A*&hПt2:q[VwZ#f_@?&`8<Ѵz$J+rIzy=PӉH\GIRU(;O9PHZj[dO =)zSqC'cu S# f 9ĺk4M)=Rԩo ЍF߆'0ʰ0Sєͬ!=0$ݟ5 5&fVnjzb,ڧT%X8L[19)N@ Ouxuݐ/S:4[-1-rݬDУd>>`-(g7_[irD 㭬cFLGHVguboYС?>?kԣgY%d!eZpZU 9\5Xr  Z_nL_<$3ۂ輕W!`QWe\(`u+{vj>v]{sS+$CᲦrXAP{nsYheyr7C=7Jpvn,qq1-l;@<2r6Ik;h瑢d%5őNP^ӳIc-5T{O8Ϙ & KւL*~Ee@/oU[32A\TDho:ٺ&JQU_j‰2^`cl"RdR#\׭*"QK͗ ɳ$v ߾Brf,(6F~@L r`57Ʉ1H1޾;j%mx' , YOrUuS* ʉX! ?f: c.K:`4 MϮݼ#:A,^(G`Wk:&}va(EvxͨetUf7W9yAx߈lv#S"9wQFa]`1[@!,k+ɪ^d^, uK5d"XffTˀ=_RD-c5L/\v 6&a4awnkقsue:nJ@bA`kvRk Z3Irs_XըIh57bGgϔnx7 ~6𑁧92;6w?^w6[!p RJt-;sQs N7&\bLf!bȂ쭑g7ڻ+Fg]mCp$o1.c^ |Km+լx㉓MxdPU{l#gò_pveD\iVb< ̀>H׏Dl,Ϭ(2C Q)mz@Ƶ[ O}k14uqv)1v6'pl_ F.XXᴋ<ܪ+QMj=8(jbPn^4wڇ˧}" 0{﷽ f[쉺'#( a/O-Iʜu;ͤq}$:Gv9!Bȼ4ih||ɴPײTilCʾ ڏ ŨSQHV7v%8:c+ z,vDj[D%0@r- pC~7֯0ՉPq$Cqs &jjףG'Uvf6ܙCxlzln)P>8/rP!^&7 /ՊdȤ3qy}BKG\p( L [ng FIy[t8&YbA (1 R?(w4C*{&'hڃwweQ^,O ,Ya&J+YTyI5B-Ղ,멹xT~ÁGT+?!Y.e8e}K8 wƻ+ؠJ$wIu{l̚ C̢"o<7DFh9k6E%SZ-pX4i~)rLQtPXRT9nUj?!65cl*cNG8@ %s$(,{ʨ>H7{tCyt_gXS*s3d)m8+F%_פwS5ZT_2oZֻ:; xFbD 0iR0f~XyǃUct<ھ'3`?*85*/.ƺoB_~cùZו[3V8ڤ KR& D+<NɔmlSgEP:UBa\+>ѣ@J9Va}LD'6MDr<^iql-'`$ >ar=Y+S]q33"v^MemHbi ^~Z!TFwfUʱrW:[LL<2 §Ts^,̪rгǐt<&tôvJr L#K_2W픬0 槼~a<,z Kzo;rt˾VrȬCP? YWεl 9.ҌԻ{qa4~hk=Vl}~=7!;{)kC=ˍm?j+HI㠪5x}SB]2 L;˓58##0oU9KXLG<>O@L.+0=[fn㝙1^cX;e+[; y[nE}R ;cJVfe|6y6`7?gER'nh\2 ABNB |d(¨;$ ¾! L\r/+icyqʒ ]6ci9gR^[Ҁ͸ć'Aur= ) W'5mQ>6t?o]߿9;XCOPMm@#Vl`3%Of>}-A@.z(H :|RjqC (${#T gp' -hn\)XoUH^Lo*7ULk\&8'q$$c&p|xJ_Zf̓75 U @ҩBDly-_b5o{ݒ4/51цu(mC+,37 6[edJp6{^Q,_j% @qwYYOҎ۫̈́.R{edgiJn\ѫL/߳)]`&:2r𽥽KԎKC6R[E1m+P:P ?x˿)vu;w LLimCݾ7~ic*g~=]Epm' uqر7k,j*Og3w}cO}Pʾ[ o,2+UVq]cm'g%^c63g7 ;H8uudos$|} ST +<^F4uB"TU߿ ; qI܁mfm÷[q^-iB%/.ʏ^;u' ޔ~q{6޷*|Ԧ aH,CnegfZX~?)U-tO??W"%{~.y;U.83 ii(HBPmxZ>%9*r;r`l,GSds.^(UI#F6QnUT,%P fǻ]+nF4\?^},-C<&O3Ml)G'n*\ I{*OTcsv߅,\S(UCX[tQ$7bFm rҐEQvʿ bٵJbs|.XFh)6J8C\2.q?"wLN,(dz[610HJXYHڕsOn hUK\ ?νԌVF=%R#ib%VTx}O8v o֧'HR6#ޖT}':r_%"Jl8;DEP\{Z˟|ٗ_|ІFO$hcW$Kw6s[ubK$$|#'B,5E $pP cM;"CR_>l /ӭsOakgm7VUQ{!ghtPQj:Lei㋶ako^.?h-=˓/6w| 8*Acqύ֯!ˎrz*B"z AT?E|6OB3Wh_9;J[qV[4昬.evU:dX`E)u97FǚKܪNNJZl9!>o bP۠#?M9rtH (ËӨPO} |u><˄Õ]7jB,˜:7ϴJlOMcncr!sđ_`>:ұ u*JowYq2ddHUm8٪S$89?3IA'sΆyw2F'z> rw3Уj/]:N2U\<uګXg^p`RˁIx(niҩz^ǜqp",IC-WY4R- /έe1F&X_倠BA+Z;P~<}X9)^"h$#a *ڢןbM<*yp/Y'4ûi􀺕 2,Gݓ7U`F었sM–e݋7R[C-㧙fxO0Y sSHpPڑfl REF'+/e/Oڰ@{ꡳ*eVÉYuyX,tX=+ɬ $/Ƥy<+RW }6Om`D?If󘋿H3 F6Qhy| k=oTMTd|QHbDo񑔝;1PlVX!$8E,Qj#5/Dc5_xR!v &c=exq护T3>VJNJڍ+'>g,Nܜd_ Ucm0?O,_+#9Is+4p%))RfIr/ikOtŷ^84l%Vq̓Vd7=_"/us(ݼj~-*sPmdH8|4AvEo)H~GԈ`Řd;0&ale+[)}|p&SP#Dh^ jc]Aҕ7 ,::Mi|ﵒ p59 Y6xeJb_CWNPLH- "ہ@ k} )nT SJ嵹RīICrD0hJ]NtAbVi@Űwvrztߖ, xi%/Y uZCD 4'a:rK*{^\L tGF ?}(@mAxh-Hu_aQrrMJFA7{ڀ)Kx+\9PyxfFҋx] FEж%w DCè~6\mF,%7f~KћW,/!d `As%ݨ1k(8`zד->~dug4I3-p.e%=+`:%/[_0r0j1{CmԲ-!ɐcn꯵?SjOzbZj4#q~59 TFҾ@\NuKS߱1r2?Ran*tiYiD|H`I]{_?pA`9 yHi;C-zs7;iy J±~uLn '5tɡ,Fw% jH[;]QF !+u)nMWU(/Zn!(/끪67'ţKc+ZaGP GO("{+p IF.rFʪ8,]065T%B}&} z &K@$U"B({J)&K;N | X/9)޼f$Wq2 ]vwY;B̓V+d-/qAŹ0S)=xz.i5nBBbLHgD6=FQtl | a{\tGbE!!N.Ql< 9 {κ 0dzE&~@cTf:$dwnVϛOy( yt\^-ҰMX`.qimdjxؕh-h)#^lKXWJu 㡉d9~AQţ%9i6g!'gGu۟h%{A(Aĉ&=bG빭2l (bzh*1!Y57 1 >.ZTh;mr`%h3VTe3{=/^{ZlH{j dÓ''ݟA`x/8~ W+r-Gqm̺-I!^S5P'K[,cEg5 o0҈ѓXAxy;{{M͡1.M(sJDnES`Wf_k.H6:[+=PU5"s'9/ۃc:-g@{@fӗ MhJa1& Y>& Ɩی FyB-;yx$NUWF%[y ^͍'1DSF |9uhSs"~[N1E4pol?[ל R PmUr^W=FH5r1L<~Am*8c Fy#zt)Ŵp ^eN]u-OVJZlp$H. NM̒=Xt){CIjx>* 0 =T$;ؾWz k/_HCXw"x9X)v6/kPrY~T)u>CBGn=t+1Sbe@ жkְ?f[2+fVa)ޡV,]I{"E$ݵy4/.1s R4#3q:=; ̻h(ϵ-!# `+P(6Pyojఏc(ZOqi؈x%QFwNϠ;F TAIx@Ω5yP@91nYg. Qrd9rj֐]p!a:ᵡnBD^  Ih&jKn [ w"z Txŭ]_I_uO[}N'P> g#Ěn>GF4,Hf; ^Uޝr>8abךmF:|i!}"}xm1PY͇tDb;h_RIeoP[{Bt%/M|uJ,:w¾WHK2>ür b4o` tG-#pQ,Q$N%g/܌^YlLOaЂVnoRi/M9!H 5H cn]q{ Y*+@Aѝ+ zʆ%~dK{.}!/j99cK,2b 1O#Df&L\3J⍘m@HDVo:O9':Ȓy?lmGRЋKv< sY?n|9(+>WUಇjt4t-PŸZ*NGKm5l-IDQ,7h zY*J5OnouE Lh} ĥƪTfj$+CD'sp OO91U[ig;́(5X n鐟|# Qwr 7'HԳT.09RbpllPLt:> <:\\.(E0ŵgeG '}veA3ס}9؎@v,]Jפ \.;>ݍLΒ3E@ɭER0gjÌx8ǘZvܡ:7\xԁޘᧂAOiAX2ؤtYkGO}B\]Ah>e4VZ{ *]ơ;*5*6 {ZHh9yeS cQfmB ['ѿɎ#AKqMdhMlA51ert7fnb)~U-vxuT9] U >KDǪ0 !Z"kL[oI:=YoC]+9@ Xp`3 ߧU!fm̧eNMj50~a_:젅ih`z^9eD JeG$c]AZ+KP5d;} WvCKKHTcT&zLľEIsSI!U鳹܅0#c  t;h1;P|պˬ&Ĭ}nv/s|۱oZTG$P`˻z2_+Br@_AȿOmY8#MjY.^0ؔ߄_? T,T$pC]*` |#u#-l7r] ap!ĄgJbMdqdn; `⎚7vz>,؄Dw$OBWTs#+)Rs##} 叆]4Dgsfspۆl1klD ͜A%vZ-7<vx. p"tDXS!Ÿh w"0ᭃZ/g\^Шd-;8b\n5mVOX!9[V7FV?9fK7f~pdyH7:))&j#w,m#.JW0!CKa42 lqQ+ 8Vv(rtN/ӴXwї@U/Lww2aU6-|)~SIsI)e5@^j|9!?V/kZ(z&~\eF J0@L{R2'C2~ 6 UpMn`h# iw# 6nkߩvCh[mnez t~WI$CuAQu"qFb9yvy ޭ߹@l];ZHNt ش9!q _~8P`.#USz4<ϋϛ0 (qLY5@3kMg=R \]>aD{-C.9CrOhd$Y|b5 %83eZ 90\`fsdAe$(pP'Y+2,_vICV?eF@^]\XYI]A8Yգ(ޘmA8dqfLo^g6M&z8}͠ws{#h7iAXf ]DF%4ziW1x'X} ?7#%Vy)K_IɔI^K MpPxUV a^#xn#tp0i ?'989 L'@ f/=M-?}|<ȿvRʶB0 cw 8'Qd -0 Hql,,xp)~$^,Ls?+(-cl„3mY)kѢ7iI{ɺ2JI P]<գ"(aWYJJ^}x=2فC^) IZFy6I|v wה#N4PGpÍ7Bmé~ImŻ+6fH]kV#t9B]%?&p"m^&"=]<)LjbӅ27$CNhc+ &meB@CQتLEcryS[5Z(pr?9?m6J邉eWFJ T]ss> !p1PiX^N3.Jb#kiK T9`>麥Zyk`Q(b'SaXFSJ4^#g*v{M Z4 @W\f,T㇦ 2DWgER,[iv{L_E3ۥOOڊ0?B}xR3 5 :n8]۞ NM/^s#{‹eRJ~7KKG@`٠IQj\*"~dnJ8!,P݁c {8p rm6?m( h^"VgcyxV1OuHC^9} '8qV]pMYq+ML W'*Y"O`2k~^sgʱ#]eB('#oQ.qX?H>d]!^ uIGpRYv<iGPi8xe=2JѴ2~c˅Tޯ#+A{\[#˔LԠ"||ˮrmN0@yB^yI l[6b,ꨲXcz7HIxޟctDy*7/L \Gޔ==ulj ƩQaރ{_:m6BSyڇ#CI^f0雿v-X׻,*K.uN~,5_e)nV'đ߾[}K,;2EpJN1_F\HpA*!H~o21B6.M6{=6&U-H/$nQtO!ȶEB0<*ǭg7qgdp_!H;9&hTO22ކLc! hq`z!,iσZ8p~;jo+ճ6 hž Fֿ27ccUN+55zP JzyřN U9l&hWm-\..y_#Tzt[@U`%{V`[ 8\<|G38j*Y)w9]7?wRB8qa65e~_=lze b^V:wy^t%e_VqZn\>oy6rK:=J `iX[|V 1{ GUe!9Uu߃f2T5;3/:)cq@}dĮ(n’E<Ȝ2tזlF9my#Y:JIEzz0~c u5xmΤNO;Ԏ;I9^ OCiHwushi:s4.#SsgasB $z;"ήڍZ@p.I;$zZrf~ǡBama8䪇d_ H+2[?lKHU֝@L3Q)`[FԴ.8LjoٞKj)ZrjWbhpӵs %-tt :ܰGJ [F(C%[f(Ц!tꄷK[˔XυnrZiMgFKS=F$77>SM˄#*sr& gCE ?z^<繕B-=MﻵWљgcUS_nmIǿc2Vv7Vm\\:٤(K թ Gz#Ec V:ׅhsp=>ⳤGEb+!9O]lN? ❳9 >B{>0ʄҍń j7JC)b5@V}|P(JӀ^.u SCߖYcv3K YW󗩩' yi]`N6ם -i>O<@gˁr PCס#P : ){ABnVIe IbhkIv" GNo7N^v~xMbq;.9U A;e7y?qZuww S}[0\mG_| b7̕y{N OVa!A@"u\Kw<1(zӍU "쵺Gؔ-˟TV~A,I, EXJ!ilh^YC)MRB=w "l棗vq'0 lJ@$x~3郔CKziT7Žޓv4iRr{rQ?4u]r Rf, (x]G4F)M{.2mY'Wk@8%'Mf熧yO9؊fzqIJp-Cm54X[]kD #J(i)Db}v[QiLCcΞԮ<΢rA]&eɱp6þ_ӕL)#jK^cI]C#ϵZOGDk_̠CYuT޵-*,`eֽ*0k "ʪA)x ?#Yx{h)o̻ |KPk4Jp[vOM^'gvbտuf+mBjQGvo@N{Cs-?D8s&HVfwcqBNFXRPN{̭ZT! Qzq-Od3J5i'8PdT,\\1CX9o:%˿$f*cΣA5kHYӫ^`K.m:%mGy:UZo9ODƻ ;g&镹XkID91%A:A\sS;g ֕]g09 I"xNHHbԄ6'g #Cf5`SXJ"6D$,W:YjΝm˱āJl◑|u|gN`A[JKl ,P4}Iesft'V(y4 kttq0=@-:,8Qs&(3'xea`xs[?&5:-_X'^Ios Ž-JSM/G)Ȣn]gM+𞛝 0 DT,;QN.LиwPV}6ݤj`LMaoTc[Tj#8]0y%;-CN>&3M\J c|55Jxh/k)9YyٟY,kAU L8;V~$vB@jhA:kih0;"JHdtߜc!k X%Ov-PUh;Ee)2qi*FXt[Iʫ&]OmID%FmJ1_@O|Z$]R \+Ճ8#d ,f(IcCܗ0R=&//rw 8gٔR&mG!CX8@ vqZ~/\:LYgфOuAm-Jwz),뜷"0Aj 0ҫjbrtZ| /81*^XD;- :_W:§Ovl/Q˄a&ew?ct/F62:z Yݚ ^UnOr+4X~ l S!$g?ĿanĻɝlmY1"SZp5PqVxլ2SwH[v0?ZV 0N|Nʹ)6aЛtXɟfF< 8 D*yXT4l=pQX taN)F(m3-RTzf+.=ַEuea0}" ѥ_+px3o ƸmL%h~0bmTkYyd[yI-`Zh13 *ڸڬ3$XP̠|k+NZ?7厖\dęe^C\}Ka 2y q5KVƗ\bգW v&Gk(,U X*I=3Lӣ0q8SPChxљ^j)9g\4N7 VOu 럒GtWP IV ;L03N-"UlРYPykO\kGBh5{7TyÓȆ87TW/_8t 3FA]FOSIv" k*6Nܸ'S={%;4$K0j㬬4LQVMrNʼOwhon"Kln&5< OӲ|4)X4拵[+Cc.6[J[Ս@ jX0S5np"lA_7Za^[yG z.du»)YGO+*'A+| /熗AuL;gO!`|զ?V&gϋ~󱸁h>OjNܕԠj Q_4XyXmsF~]k8a|KB\vbK),3;}/Lvq|xZW9Ƭ]*k3OQKFi_EI)pC1$*!L& a]@]蓴ys bwq۔3xy{x$8؎֨8CB1Fz{{-w)׈^)Z$jf@ұL2wFn_eh 8.Y hSf(XMWh~0yEt0ֆM5@LC.87#i35ͧ<ʝp$瓍'Q]W}!Kx9d}]rQyKmBGCӨ•Z1Dt:Ro6$>ߛa146TyyeNoHOjoǫCQ;[3PkcOa}pT;J7&*%t$uU tu^Q${O?>m}]9-/~$Qg>1kFV2,\LsؤXy} ٵ6Z @& nbJX3t5m! c hFk|B\{l*qp?>9ͻX!"y"/TJŶ&+2 ri+頞r7&u}Kt\vdsx`re ]lvw*o仺@0 ,/@@wG+XePxaCܻ ?}0 ܧ1B A cGd~FNbfУ+dUo= 8[B ԭ.Z_) :e=ϋ=轛aE-)}LI^Ν:+VJk.}t$SWPgݦ@t`_K-Gx>kc\>;K7N#Kh"PC@̑cw,yBZ3|ჶ~>[թOkomdl DbQ+98y+OݴmQX} !~Q]Ж .^*2PExKbLo;gmEiNg@e=/à4eV8-$BO},k-N*]ɕf&y&~Z]& ܄iSD*.j9&|._9 ӡYK6}!nZ&>rAL]Hqx!{M8tUVqG ۺؕu?~Ev IQ0 SXZ ۟3*6MblSN`R]ΓMͶ9^>rw)V86J$̓mW9 ;>,uYl>g6 T;)=F~>Q6zz[p bW8%,}vfFcp~.ӊq)Hj]L712٣^Ts x@^f20+otJVlvؚVL~ L}"Sɏb%?v{ϔgXܩ]j6q[z7o*iuӛSZ ک3i;;Fʄ,^ٸ%] ܻhAT26`H',Ѭux:dGUĖk:cnULӧ[Z7U&yJ 9:UEae_%FFHxc,Y<[3ݶt*]#lK[[݁Dő7Dcz*cvP8$!i $"K[Nx/4CB,kX,[gC?W6ijBo8蕘3kf[h˳ ΰ:X:@1- ol44[i5kA%c#Q',#„6rO[[H!cBiUCA RJܒo@NUXJOg3y.rkqLQ;YX;E=r˳EmG&mͥ{ο{oL]L-lXلv{f_ ;t[TD?v]B^yH 3k2]'Y֛eRhA|QľP,*]M|q4l"d֥NٷHxњ3(bn:zI0|z]zk Tt{ TUTIj/8G"5*?5)_ChKpˍ!Ui4W@L]![GAӡrycw-m:͗[k20tbrMUö!hHeBYl|&V5y Xa!8eLpzR{woaʸ1…8ϘԒ[YY@6qfi?|]cb֯NSm^ -@+E9K6Ey %MnML'lf)œgBCK+K|!$ȷg;xЏZ/A+y$ͱSJ'5/G|^I~뚌 -v=nlҎUn(08YB{Ǥ 7^A[QhZNBx)TuB`n$֐j'3q&lCWbR@aV7CbB[{X 2M= f&*VL";,7% T_JYhGZ:IriR~C~CdMcfk;Hf9J!^+&%ЈQ&۾bPm埐C0؀y楸Mp%4_x@АmUd~TUCE,#13r1;]RAObg\$]q 2%Ap{$N8 ƒԙ":\{({k~hByrV "Ľ䱾t+ PŰJ^GV󒿘,lhdWγk~T0,`[-k$6bûB-_!\CrMS0ya(`3pU?,T鋞!dcofp54iګiAd?w(MHOeLwj*gj\ƊEP?2.(-v!Xl ;`lvb/5]+k2$AsO.ػ pܛ%Rjo#ýh8bqp5rP裺Gs3?`n1m@tn,[`䍝xWB6Y*]pٲ gzCb2&L/h]Jl4i,֧֠'N@G6 #ć˚/5϶§0P U|J_e{Q/k?"G~00lt)hиU@2[޶_ ",^-7L}kʨ'}r}j0vĥS3h)꫟p1ywg Y\|V y9/^μ!E1\U2T"\T:e"Vzx]BN[<U3ZJ n[wjRux)\Cwfv^vepǴ~jS hg.%7XX|X[[V X 0D^a8?ҪYP nF=HX$0pC?Fp@PM3O/}l*Vx^z֐ϕ*og\\7#NYH0m*/eTj'Xk#jcXa-}/555i5p0w$O;H~|VĮgHF$0!1QE2Oba' [\@x%'Ijz4[\xa'nK.Yh0Hv{ʏB?ʅ ZH3_!0ṷfHs)m4 O $kӄaen< }0͢7axabf}7L7n 6J,T"KYk0 z Z1K#ӤLf(3/0~,^a~ϫ߰Aչt̄Ld)T` A|}M@x۶x*WNI*d'g10~{~ ÖϧWCvb{CΎԒ5 ,hI ~=nx"TiaqY#%ؕۅc8ɤB!mŦvy2=z~ZF+rt]!>E1U2 %->6Q8= yzX'Lc.#&ƫ㖻R(ہBne½ j[オA4I4F:$ѓx;7 KΪݾa(xJK8 ]lP7ތ;ԭ>ؓAĻqe"q-QԆ+aOyҡNqAGNW~C\{]T*}yԝ[+,tVfꛚ}YqI.|>Vpq(WKZDLwѾ?|$6psW(waYc_Yga~j=.i&I&!UJ爅&Ыj6ro#=Þ ]R.w aA$;^偭#iP+1SHДPy5[9:5#lO1bIO hJ%b9Q=d6`,`grWG)ҦЦI%\=IuL2 To7}ORkoW7 ?muc.enZ2d6$VF<$;=FYI3=]稆\ֽdokuTƽ su.-$[w<a]@,w\NΊkCtOgʕi죈x~ܿ &X!P <'@']][Tj6d<''tpt> _Ł6C"t`h.!ȵa-Mo,2KGbowY҄M'hЕ{%5R([v0 ΀BYs! מ/;1C֌‰r~gH'Z{|Ԯ{'TBI>Pg^!68>rL |gQOʌCC𖜯pPFYxO`{]wJ5[Iֱ+_b؎)D~X$ ob"CE>jv){UpP, *4OJm h"ܤIc0VA;e-硑Xֲ Rxƒ\bZ Tih$Q W>RgwZ 跇=yHOGud^yg>L#|A> Z@E?L&|`$-D !8oQ$/mcA0Z>R(FH3`F.H^w#@W*-,Q|Iw]*R{'dJ*ɡ3@A?$[tNـywVZRXEOX5fѓAQBP̞AmR_y/nB nJ_@t,4s|\2,x8ԬFo˟Z` n$ AB mh (55j-G@0?됵M16io|,>]3\Mʑ}7ʵOMj{Q)TDyL_2œWSKՁʏ-+4uT: Jѐ^_UQEE{D~&]}( T3$#^6$˧QN7@ na^1{B2t'i6fT6 &ߞQswѤ~CӺqn#H'[Zj%ȫg_OMTPz)rg4㈵UCZ4j9 ;.6G1zɭ~ReXOGGLML{z?r(X u`_;B]:f[hvZl_ڸ ͶE.\kI,:۟/8>$y_ꪷv#ҩK 5 Bu;`L^"}hmW'Ā$. ƑM" r/e֊^2hi UQ~Լm`kau=X`9NY&R\!OAiV%D~e`YdѮT=?\_ #I~cX蚶apʈ&rG+7GCJ ҠU,؊0f E=<8's[]B+{#~b3 d=pB{T^ۨVԴU>}cRrb9~8٧ :^X>/z˼[[Zw\ҧh$ POb~@96U:boykےTAW=~C4֙6BtߏS! dvnUArIqN`.hžv@hcT,.9^Z~lX(\*(Qt!.,]uvOo_2qGG4%+!R/_)[NWb1~cEp=̈dF46YRcRf_[ ȭ{{z[T} @ Giwv OXlH8ozsX 2 x&<~a$0ѓ;YMPǙ1n84y ) HӜ69C^G8hJM}'2s&`֔% i۠` &M9UCj.k1aU\7,ԅ!?iE ^xş^XIBs8DbaF]{XjKɷ 'P$+L =4OF$h~.1AM.`{"FֽI1Hʊ8}ٯǃ"לb6otX\ Vh^8g}&_- La18^d8%raQ]+XfOucv=qApϸzܓnA>biFT);i -Gڑwxy'2*F꛽-c5x r47k%$n-zDهoQ]uv¨մ~ ;3?*VZ5B T7aD$I1ܺ%yѩu{OEj^=C!zDM*-Z$`3i,RmmߟG^O[7[tsb9]3,:gt{Tŝ[aM&fS#G:f4kٚi\4 h]m8=c]/҂ڜb+V#LF uz&)=c|gPR5{ik0kǖcp5Wae.*#T52N@M:ƯZ(Hc]m^^B.MkH߷51GM E/au-FU; 9܇ %>ڙA&L兯!sMՈ*^CQVfVأOWElgex@c.~RpFwv?L,J ΐ owoI#lخGXfAqoA'^eU϶Hkj^YÃTbS E{k&Ҋt3nJA|@@.}g}ޕ=- XU"g3DCGT_ ت"gJ5/AGAf1zoXPUjZ2)ŗLѫDϊCy/u6ViBT׻e7xr < tlc2❷tбK5^`8[!m<2hQ6m*YgS`+R:ZMpG$iCg, EgI "Ox]hiz4&Yc]cR[~׷p@7b[ E5ݤNٮoUR XQN2ϦIw "4 jZ6h{U'hxb= 3=20?J1"1r%6:ARY`CD?ZIcMg9d44tPxY0o^?5[A- kDWXu ~ Ty8Q%H}#,9qbz>$i\HH-~(<$t\o:ǩP1XiF?RyY5"E;ھݭz[jGy1 5d Je[kxxRpid*gdÝ˅uJɚM!{yyEHQY%V>/ⶂ#1hD1`_ 7߭]s t^ S}-eb䗹3.Yt) Y:ڶ=[3ln ' oBH2T7ce+YS[Us Nvs@u%nhLkxFFNZ@Ĥl݅ϔ3^-풣ˇJ v0/`I($pxĞpj]rH- | ơcW7`*y)mphl4rfm Mak[hPfH2Mj$$lo4.sLaOk2hD*iPJ\&)P7koߔ&{~`MVt@H(XyvP䂿gQOq$/:T(9 &Ⱥw,BX'c+l,7y[OvFg|`HHn_59гnbH:#`}ϼ k/3=qyQ4|wBIOs2X)V4&Y%Kㆁ ~/!-c#%xuK=@N}S{L&-L~D"<"Ņwȼ\kxr8B rzZ}m3i&b|F85Wj(j1_\/'DZG67-T w`h'NGeQe4˷(d.p'/zǎĨfGRB'獨rr{*=Yf% wc*^w`f;S:q_ &}oi ɺP.oZ~oYxQeoQtOcn 4+7IW<%]`U(|D~d~G Bnج8\;E|7r-h$hsLzU#W'bLVIazNպ'^ܘԴCl髓%Q׽ح=sbU?m<^16;}h7vZ;$YrE*Z48*< FޕrqQZ,W_ UFWiv-{M5{ [ _j\ ]/=:^f XVmUX̨ Ȩ\=fDV3y/JHn{n?p- Y<e}s8%ldOZ2[{G=Up꒧:&DqmJulOhihE%1rHEMoքNqw=+ r{ga'?Y& v%ԀXGK_$fkNz E-uy.Ht57LLb5Ϙ-j2_I"С9K{Hxr$@!#1&$r0Nr) xr /-՞[&;oZsDdM$aBcy:n#$nR9zj/+vtA*ޛAUNǼ˨S1dQx2ZI$~8 'iw}d_ӓDEمQp;vSOWS VK3S>d)afy2:%^-R@ c {znKG)u+! !TWSIb>fD ?B|[;`.P )bKQ궼( !6BL#@B8|ho=S~_Zm>EGowW+ڱ`dyomH-iNZА|?hY-]>,Nx Z = "iC;/wyx$U\RcN>_ZJYv ;1}FI&eh?y"&Q hA~Xɬ+u6`@[}|b O&%1XZR.h>3 g# UCn )w+VFTzr*IηyX>|&y9 LRnPuwicyk·K=fNN 1ݝ=#dO_ޠM)'X(XRm#Wm}4UYtI.H,4ۚ*H$h1euԪN՞0bOXM͘g{KΓ24("׳ڍ>@@Vzn)B"HWuM m 5Y7@o?+LZ2vH5!ۧ2^L I>!c,rXWpY}0_ [)Bzk]+5leQ1(նcW!8F ~jl eu,_vn %r&Oc^y-]_B8%3copNA9r{tsj۔ %2j2,},f(T+DpG s#I`FANpZ8}+8|[) "a0dBqxOO4ʠ-˱Ckz~P5a|!aȮr:bG+"*,d, e#MJ΅ w&jXȴ29yǔdkQ88]: B##Fit+X NJ봲0ߕYrM썵7h"w`"p Lۥe_N!={z<랹wciGG+%@ PL>kPow_翑fh>%ܸ@V;vXA:#C/=4w~C%i@cV bs~/mٺi9yhmZ?! PcG&M*CX uԜϐ5J x.A󱦒U!BdвG4p!Qx"lհL:5^m6YSRy#Z dߙNr6p9T8jvRQ+23*3_]ɜm@ C6>d5Ao,h_تA[S :̜:̭Z㕃ׂ[^Wz{GQ#`+vƶ˩aJc8:xf+Wgiyw!@<1R?+#{%Wu& Z QZ[*:6HҦC *D#̲ rKu>h@gʑ>K:/~pQZܽ(o xJv؇XQ:LPu(pXe8I\>P7/$sp ź dD|'rh,|J[JjuuNQ,.-lezxЫy]a/s[N LYswλ 9-8XVMI'+!2uE:h2Zy"V= /MK_Y5HOwA~x@Z"+ 7PaW{i'&# `fװg&q*}9:n;n5=KUdC`n7*JHo'bB0Ss6M[QSOZ_q&kj Ж_7 jK߿Oj\}uAmʦ[)#˭XσiW¡aX8bTtdC;PIƠ2pEn[%0J[$3?A%w/հia93&%KiK'P8_qxF6F%gH0\`yO.J.y چ˯̩jgD{g r7~ɼR"wϾ&K T1ԡY  >m\ɚ4:VԆcQ!lt` B ނT01b$5 bev-Fb@B;_ 'ofJ>3m@2lB60@/j'El WM \[-|KUm?ƜIW&(N^ 6KA-ېaVmt8̠ȯP`.nuT-H N@ \aqasL>Nv"ۅ ,S*n$(k[BY_fxmͿ D/nPM|io;:YPLۀ3Nk |.0L(ǂMfI`A~.đKwEM^P/i8 jJTs"qh=}t"NY0y x>r,m.H ߑƬ"v"gMg+ Á`<ث~Qs m~Wz/K8oFL9 i-W"k zJ}le#-0=L" 0J7@ )^ܛ(l@gqAK"x!u1),%h*M穮m HrK tNJʁRUc밑p\e?r Cq߹:8#n7<\=$@Ͽ,6 !Ig"w$J-qyBo :1l GW8(k6l iăk7O(4ZS:uPYޞ*o/H}-Hl;EТ r捳'"]_~'!xk;mSTIcҡ2y\ġw]'rO  p|Ɓ"_䫐"PFa#}? Nwha'1mMqk#̄iLY[*z, FQ (#V9`ayo%a{7*;%ڌ7B Gp5n5r_&>XQW(ȹ zʄaaT'r غs([O y=S~Iy'jv͇" ,4 d7ɕlQЗ}-Ri\y;綃ь83FDQ/A y _(@VFl2J\S,6 -Wa㞔n\K^궪*ʡ9"%.?"IP_ Ky3󍅮grh]?va8$LQHiJ.zȽɦqb=i֣l JEb ]ts}JO?g ?i5% *ci0 ˰!&_`ulġUGmj^uvP_?;<Ԥ?}`g_LM6&|4#4@Dn5)w%E>¢[2Yf8FYl8g2 >LA!;qȎզ/LM4^|?-dF6+~7b9:D 5,^kU1Vp*}=0_WD1<6^;I24=' ^7 o6=U&P0+ |n(a4s/Pqk(ڽ$eͧ$,Mo Z% fI)G_5{pԓ)0jV+@̽w;Q剰Zng 0uaB:Mfm7HN4LZ[ 'igC-v7L\^ sv%PG}d˨ UJG?wf<:e0:i~3PZ,ϭ0z4:>}PhsGQ;R5:5 d;*HWIU#`/N 5G@&* \\iW 9EoUO!VYY;W=*uՋDFf,ݢqyf_uoe&V ąU-=g% 97M p8 lɒRټ `2|a>D73 FI.V( .ws0Jhj\Nt@+ mZ=JdϦNj\2#y'YC$`P& 79.. m 7OBq玖o//)׋@j蕤6bʢ|I&Vk )n.6ZEl2Ϧ܀]7wqSǕTdku=#UR'qݯڢhz6޶EY$ז&*Eq^"岆-~ueGsAVqgqFpHk+ ^{qlRݯG&l}_א]ad!d r5} G5E\ȧ}K٪Qh0}81zYnlSPb:^Y&\D2T81qw#w [0pf=w`A?iV>n\Pcd;'nJ9U/0+=4a#Գ8xe'3$i>ֳ t%sN&[;rM!,cH[Sew ۽ 3q42 J@.3 Fc< GL;+vR52LtM% Tӆ{b 5L5qm,S`}:# hFyZVB]3Gj̮7sU )曆T9^_,0s.iա=o4`3Isad5=s#/[ry|[LJG ! -!W=]Hp>uw2c!c M|_YH|^:Ae!nH'` |N{jFձE'Ε!?:#*cJ0]2u-54g0URa7pKM])έi^z|Mo+Zϐ#*&t "&xCa}m7ɔ6THiњٕ/,b,4ce] Lm3TCrZ>֌b*]짅']ʮh1YYDv| @}Co2I:h_$QV-].&ÚHLc߾W8 prT;%VDBtΤ `Ns|p&B|F_;=?'FEKᵆ NY'Rm6'mt+s, * nI r0z뵘?3ZF7ɸ{"zZNۮ`(.1i&0uY,mo{6U)5{.8SLEe I?$qo~a! fjydyxTf5TKhzXi 6XZEЛ Q28]yNd 9$:dHhFdx]+HgCG4ņMSb`k,XxʀEJ6`Cfo1I^谤Se7u 3Ң׼X;`6Gj@  4{&ld>Ո$=Bd.M:+֑S\b^_v2uz 4;U@ŌNw"3X.~bOg|ffe~P7+/0B];OL<9|b hNO6^r-j-6cPuXE~V@T,%*d;n/k,RdMZ+u-,q.o(E vbLjۈG6lVʸwkwB+~DTPjxA)?}b0J'{5wBl3L"2g+^z=) : ;"x̉I;25’N:tH[~5x#k >E{vl z7S%r9?C 5U,}$1R;3:ݩy39_d@byaN,';H_MOJupy@}a p`ztRUss%#HT/wTPtDW "TT^a1bdVw@ ]k qR%F,iJpңiVwИa*!wZCT۫5sP̥׿JJ'Hv?bh;27ghNj0/bC?CQ9fa,_ԟw!E.$F8v6I.ҬThރY_ۜzb (`@v Q`b0~@H- w-ȸH$=E/\]]pZ8 f*ۻGԒ"od2urDso!u@4HIuw ys˦{Z/Lel[Z_o6N^^Eꧧr$V*!TOz,=jU?W+q=eG= ^y-6ϟ^;z>$c"HY({Qz)?ujW2]m^Ƹ8[I4&F+F 13Z UHIg.:毊-յSCljMG zV"@RY @LjupIFF.V}2!=\a NptЊ('r.GNe%NX]?}A3[B]-֡,,b&4VT12;5ںhi@)C+LXn6uF)rW, :&:dolH Ae@H\ѣ} LA`R|Cz]$]7D >PҎjD@a4.R{誢{ @@ ߐ;%.uaJQdA0-y|;CjE^!GҴRomXl'GJʊ̘>b休Of`lȘ$dc+ 仞 AZb=sRG%N2ԯ  9 ޢ :/we5Nƪ(k S Q OQ JUgw q -c3Z5#Fa!(U. Pr"Uo6,9axkvzݺTS(ZT)x׭QU4u;K0ʹ3U~O3 3U!ʿ~˚H\Yz;ށcaKz=󩅝JaLT[,GXzpeQug>9`vNŊ@0dP`^6P袧_G%97!,l ᄌn5Ϊnѫċzx\s$n#q/4q[|d.bnD,uI0f%-ʻAz^1t}iiÉ̘T,lG,914)OlYݙ?+'v ֗0AQ"PF& и?*8`\#lGByڅpלXcks'[UY#zg!_,Ff:3z'8Ϡ//m0;qU\уt4#7nύCBdI2/D7@66O(lH\iqYJ%2D8NZnfi1"٘CsΖՆ\!Bl"zo mTtvfGVI)cT^^ji&bt@H͐q6 <_yY\*OjcGo;mE62!?P Q܃]w,.NXqMRW!H"y݋lܚW :UU^ q TW夽o[`φ`=,e3^j3{RXKY{nBR#} GV砎-}m?$x}fyd/2hfn,a@iLd&4Q4.2oxf6&hİBNV5ַ#ShA~ۑ # +iL)2~ϖR}DX.'wU#"[tgC]\V??ȏ~sǁMDq1cXN-5(4H|3[ap.;I&KtADz:}VGzމI<} M!ty&޺!px!)ֿq߯w/r1H[_l>ϔU#g0#ߗ?N+De¾@j [=[c/ڨLs)F|V[y(_(oġl1T9oj)! !/]+1s)".,uVaslE8B" >@ d&mS-F9EZ+VT@)*h*g5S--ͣ8xsn]_watN'/u̶Qkb#V5[ېwҋq)i1<.Ҡx߼IX2Y(ڢʢVYx a:d p70,J١=L /zさz+erGj Z='.,?rW{z}d6 ̧j)J xʕ&GDV[F/&˖敕êw9sA>?6%FnuRstN6ԚHM/FډrSŀ%_{'8LJD`-[6I.!>^QI'9ɝ'28r$X-BEoo-\[pdYXb/g? e 9!ê8^cM`́Ș_0-:*JS8ey{ܭ截\E{M2MZh~[&jcT`r-`qIH/ u(8KyRG75[q|m5dpk?Is𞌉H)S>t_bwLDf—))R!(P?6͍>G(߆ٶ|XZ-8#A1؋=?4&]Lm?N.3741M?ݤ=lI]o߆4':1ثj8ȭQ<{W7@pI#OIN:)~#MoSK(|sg6Aln$`XQF{/lj=0E< 'f*w`=E;to?52}YC^.yDc1:Va;=2G0hJXa{;plo+QFʐJ3%q65bx_i-519I8e0\MN;Gz3eZ@|^}={.N 0<8~zw^ yV6~~[p(3%d[.Q3A!+hњP3^BSCd(i2n/LU.sM|֛ddRVy1Șj1ZhLp>auWL:+˝>Ly䠰vM^QKUxbE0|vEF ɷƤ OEJ%^Oqzxq_"p|G|2Yak3]= NH_=@0FYis _ U~q޸1bK4[ itbS'CNǪP:-)\^~a8t+Άe4S<ڧ^H%Ŧ̄eo/Cl*\L gOWF픡%uRKn؞:5]*9/34m8ʙn]l}ÍَxzKдjDS袼5W:.APF=s< ,TpRPG;kR-p-ׇff5_%!)W.x) } l}îA+o Bg%L t?O߆<6h_e"Ȼwĺw:3M$hh}]F֜zZdɝ{ vx5+8ΐJL|F?uyɓ<ӯdC멈7BJnTgi@ M1 D82,Eޟd;ٛd~~KF GДjh5kd~ŵK=\6/HS, vcF'2@'tQnK* XឈX*X90:)-:n^L6'",î/tD@DPGd,d=1{'68v4\UyJ+wObS%_I3b4rѐNE ]|{*m!bJZ*Y0da kNV}$RJ<ɂ/[ۺQ)_zNW;;GYnÀW?j #5m܄rySB X01E q~>cތ~$w&Jjǵ3^[ ʨ !3"Dr鿅Ư&1*6t_dAL@q37oy { & xо{rJP]TVq^_AMQ%W MJ6~')Wjuo&s 3Cs2B~D;6]ө+w}9s NF_AUrR6{UjB`o6"#b1pG(SlGm7~`}bZ؎^}i]mO#@Bzl].o('}~*g{fzIS-}k`ƃsڷ;y7[e[m8pÿ:4 <6v^R[ו?=L)Ab}p zٶc7Qꕭl= n}xfа,__z9 57>rFo qJ{dfzaG,+rD%?R,]1ϥB9h Mwu+]> P\>8E+J~?]\x 7g.dƊd}¾俳Cf/܈C0Or 6`d̹z36¬ʘ,xM.۹vD`r1B ,M,fZ@ȁmNS( [3IV'?_.7~/IV. #9Nr70̇O/+J >uFc/*yAj_9PEX*ˌ/nĖx麜'uߧ0z3/_^a˦o:!.6Hݵ;mug`&$ݼ˛s?ic'T}ƥG 5^pC"Vd|0}[^r^ǥ&S8o1Kxj$vS78Tv+ۼVN?0{<X 2Ο0cc Wi@o9t]v/NPف}~׸.ސ5'z(j[%A'wo!ި[[uogHWr:d^E zbB}|3I;k' wߑq@\sR>c RktS~z>Cw6 ypzsLE'_54qO+Qҟ/|Y^]̬Um^/0Csz.SCÝ'7>TyC y2f{=*|rw.k{/,;5^NrO sC+Ր{E'Mw?v#?| AU #ԑ"<ӃUy5EQGR(1&n.^MnƥBFcZ[K&P")"t'2|A5Hz`G̙ͫJΔS)!):P-~x2̉F!^i:8~*0sqCx.T(DƿF+h.R<+"U8Pl*EC `׀}|}1/@$#U _ [amrP֒{70bɭ=JH \moIxm$KrtYmK4zk0frYKGRRsgF򮈳6EWɝA*#ݩG]Xe)=AZU,#G>z'iD*jH/VZ#Ps3յ*wlp66z|A:Vs3׋A+ݑR kl733(oaT\'g+!CuRC!x)+/ E*$lo'%X%Sλ s;-g #<^ 9 qn9ͧ?Z[/Aӹ~*)E8̳Iqŭ=ժnLm羿L!3։H^`ϷՅ0Y@n*tW&4 m{ⷕ>lOIIеthbɉ}KsN+~J&T}LC4j)"\̗b[ok5!E8̅bݵzO\0sCAT6|e6-MRYx^7 ϹE>\prze4J% w2 u[ni2e =m?YdTb0r.IDպ\8ET|dD, `\~-F7-l[w->_nӾ~{X@=rl;[5rnnnȅ.'bkt4|ϖ+n%&-jZoq~JE!+NːE@@%Kw⽁hEFkY-_P/)ҬaG/=uɲc{kV6B#({^,?|utKx o)_$3ґM2رi=RI^|rp˦.fz\;Q<\$}wswpI",ctW:2:ښjy8S=;^۸K l~#W0 V؝l TU^1R.9hѷ7̕ҷẤd0-ۃd~E;`)ͨz JiyiWlLf3*چiQ"k͢/Le sgAi!,n֙BdG\T}<\\X>\$y#^rv)uᆽu΅[J4-ks#jbYo̐s&s;uf,2BWP50C+ 3`C|W#:50Jn;R5.^Jr8P!ӎ?{ŽA3?pO{ֳjov(Y['1C9hX$2lcB CXs"YK{1\IZHkX#/~2<@ ڒdY5&yIp=,+4O9ݷ'HTҭεjD}*Igw5O$LzVkRW::σDg![cX1jo&{DA!FNQ$,RSW n#f=$e10ŷn~IdZ"#+#;#gQZh8U*fȡc4(S&4Lw$B&BLWi!ʳb{Pٿ=S' bɧ,fUӺ e3s eO(ȴOC,e4i׷^{bglG{UI(x~xatIxrL]C  >A&/nK1zAD׏J ?A0Og1$p!XP؞(`D?1Y4jyD1],&u"K xc]QuR#Ғ!!>|^HO ߟ g[ONlJ aL_|d6y$%.HӘyThk8y7zC)<6=҈/چӡvŨsw"-SqvlD %?m]IJtܱY bUPo'P5~Zf%fzk=b^haeJoS y=jv(ED\e.7U>py7Go| OJtݗ*Z @pR[eܚ/j++'Uq]1ЩfHK{,VLF{$L&C{%32]0G+#|k1RR| jVZ6V:NֲDoxeDC&nMpzl'*Wm4e V K Ҹۯ>'J>7 uR-t6׫I/ ؙ &K5^ 2HC""B:b{G $e[Upd_mqKE b#;Θ#UD&YfA8QueN6]UCx@]Sn|E=ŀ,@iLy{4舧1ScvNvcPR:BnFFA8PJ4ƫwe@M2[Mgfԇ+׭ּڴY*>R6['hw!DH~\+D>CۀRJ<.%jY2(袺<>8I쓅pUgd,_D-N ^{35l B.|(Sz ^]K~8~$^ҀɇˍѺL&,'dQqw;KI"! 佝bQ(lT-"ߕVtϬ>@"KDBMڜ݁S'Җ_VcC;UOP3bj w R_x~- {uV&'xjH6z/6E\Ha'/+9N3 *n,7e03kղW4(h&?5'wJ!| W'ɡ|S$,-ؐ="FBsܶLm ^lچsֵΤc6^J88VчZՍڬtYrT0> 8ϟ[[+z( ׈ XȘL\!eք"lF]4ߨ\A=)مQ\/V!=W |Ec³N{OmǼ~f:RS11nvH 釋H;<}{H6xof-\u+d`Y4*,t z_'Va]i| `alvG}}q$-^{ۥ? 7W8{߶=yLOA&Y֙;s%,Ko<PIU^=c=ym۵>֟(ZLHtQFA!X'v#lȴi?g#Gp9`~%sQel-D3NUp1O&\rAq"B?2rӯ  `w̋Dn | waǝ̒=q m0oN>mi=C!?mB֓˟>7s;f'}r&)EePAr'&STh,!0}n]9OHv&YlH͢I0$/]f(MHY<91!1ڼ&C|* qβB)7/;Ec@n@*y]tbRCf@%Iƃ5wuve;MnJVS7ml'H.ƹ+ }1 QMWIG:"V*YIE95Yp ,dF|(a֛0o!+\IL@DuU3syԭD}(U.pglăzv&ª5Em4v%>’]&98H⇯=mV1IeI&VOi3TvB&\I|V0GQY+K3()^'f$샐MUnTDZIE/d\q?11>{̴>)u+c"Mu h#e pr`(8a ]6-0?6v|~/mw=g"0oPclӼC۱5Ó{6{}$}Sѭ63a/ $}ו{CҬ9}þޓLbFQD]u=j/uXI1R *E~G 8+i\6*%H4\4ZQrv#l?!yH/3#WLF8Nk%\mS(M3OR,8dk P.r#V'_YFrf )Z`91WhIwP_63E-Hy}Us%ؾh$2g>Y|:Hy@-yJXkp9yʢ;2u=k!Tz>H =JQO7Ozz!Ȳ zWTPith;#"cJ[=?`"xit8 V6+;Ɯ"lXcеu}M75,CL$O)g.JCNp.E$(ѷO>vt@& +S`sagu`60 a߯*}pYGі}KSbR۳UNvI4_'ȩhv}s6+slKZ$ yH4oZ$ w#[ c!- u3 uR2S16 6t6s3蠕 `U.RBGnw0ȯAO*᪴^%sD+IE(0qh_?:)P{!밡4P't%Q2@:جO~77~prקCqO hi& pm&h#3nw3_*n4:r4s,p$8Vs^Ku#;AUw[ixf!N!r XLL-Ad`E&=Rbvbrlߑ01m<ޜl&EBq{mh$ɠ ŠBxqڽL(|(:DyH*[U;p-wnP#.|9vaG>;} :e 4( HXmY*dpv;~3E3&2Z[?ڔ6QBTUP`>0$=!.h_7޿Y`/bc KKSXM "|u-o>:G! SN yvV -~+תF8uPcJ ENJ e-iZ}ȰL%:+Q*CGx̊ P L2~ sb zw(N!7J؎@ >a33F"t&3brjvzW]b&m(< Vl:?;R,D*/[9W;CkY !+"³]EEXazMe bM 7ӁE4yT(gq|$ޑIŊكcN"܋LU|7oT5dyGۖy#@{ul V?AOMAkɝhH ҳd!ad\v-oA&t]2R |fax& uNWC= }5Xܞ |e6u~V!cp\8 > '1]sN"^5Ŷ>.YۀπtRTxu$ifUB8Z) alh1$.uEOvN@\2s<i~fnZY |voNoOq3PchrM,jk_.fI;- yX(@J2*LS3@ht]=6dRǽ`նtP" 3~ K Kpϥfc) @>maJ/HɫH? ح8E]Р/~48aZ_53TMHҸkoq[_uP^>AZZ9Vc6k >~98LklsQDqVԈi"3@ߨ˪BJAw_1:?ncm[UqB5u֏8T^ixkkf{lMGXEؕr\h$H*=ר5Q)f8w͕4;ry*:5'Pb р=nR}Oй8jCQ8mg o!t*{Ӳ'c?n,Ôu|%W+ EzZu|04)R\BF 6ve^7oz|amsAv!ޞx1Ѻp`j~?_>-pb;а]h9D^hڢb%JՒ&Yg#(]jFU C8D2r@L5&K*-"$<2)ֿbҨϮ(?*=s[7S3S҄|\]( _:T#UPTct@Or59]$lǻ.vc%ns25D'qR`H+N&EJ;2oQAB֕Q0zOPRwCgʌ{9\Δ]Wvi1k/ǜj&e{<3%@Niì(>0Bɨ@˖9 .8*;hi6Xr$qLI9߅B~˜?X~O^P8Q,5hj%7֣?݆h> jꎿ~8nǂazM`IC,Qmc,(y͇Ť[Y@NXTaPEF2j[-M'4YL.=2AɽsӳN tqN6u{bs2H˹X=.!+u S' rSrŁ禴[Jl\p' %i-b?mL uו-V Y';3ٺ&hWBušL~O05Muf55K] .2/y/ˇ@\m+A]3&dmh_^}[/mc)`Wfr;Pq\ɰdYF\ >, 3 T*W7ZiF>xvפּ@|khkk%~-;G;5/enf~ӤXp*(; v;zI.L2p$ exh%̔>u !tn F LO$Mz &֬nѫ7}?0z8nMdO cz/!4YQz0m=wWܭXQƐ UvM]&-gGu=AZFE1(WJiOw#zmw#aדHTm|y$qj$ d~o\!*b,qBRUu6 72ɗDY.N8Qԁ&"ɦSkp8AXF=HF'2ݵuy^NrhubLz%&s%D`S*l&_fE2C+R>|wԕܺX0*aWDƄ'Ef܏h&N+t_Eu6gN-2\˷+9߿n{> ,Op$\cx3Jp+߽ؒ*;8˲r7/e|ꇉMc9hTx J<8<oB!I#SfRH\SG`bQvEp'L}$}F_dT fsYՂu (;:+E9}JtEFV7^l*3sr=4 ߓr{Ƚ.WBP엧 (~R*i?6zF.Eޅc@c98{Id:'[R`~98Ã~HmC{SĚnaSAu07hi]|3䄪MITZ".RO#ƹ}rX~~%2~)ϗWݨ0bQ2wIOXӫ0daS-+u S2ؕ[Yꓰ~>CMd[eۥrW}^<xECԬPLYoau ]D= \@,RA[(=t@DD-R22Tc;/k]{,FXZv]N)mƩ]@wى?-,){Bi&wRN{G'Pn;VXI#'"wV/3!S]""m:ױ^y?!~ՀqXBt}h:QnkW6>OKzz35|v!۷}S% `T/N L1*2 jOL* X2>|K 0)- תس 9Q`S+5$[٫IFjv zzzAyVav o5ՀzFbC D9'Z[]B̬pзocxPsO !{jGǠ;nґd0Bc_ǡ%1#" |IL*elj\A j1%* Ո78DT2Jd/luw'ʣ KE+S6N>ʹu͛h|y !41qB1dÅ<7\&g'as;99l0~7^4aLmJ`?f25'5MȂd$m' ` Q]3Zl\nj$EbY{Nf| rP;nHLTQ"֋3)kہÃWt۾~v 0>:Z̶c@qRF̵&UKHw W LG.Rb؃1S(ܧܙojY"@euw)`OnK3ꆒ$GI 1UE/Fh՞Mc➀!Uz#> 2+tJ%>@qfGSo~9c6n\t3g[3].L&& u;-588;X{#cX(8]es֠1[c̈tM4aC-ђ)Պl~jBkjuc;]@d@j Xjy!EZ,݀M< ȀY.Z퍧2(kԙQ-_tv 7}hՍD8v#CK,S¬* v]Oԉ:'H㶼8z%PvYP>SsnD67koIK5UČm@㚸!yd34pzS7bɣxڃЛnYI Q,D0P}^)׫Fk@gH~)ojd6; Z@ƄȺ=zzH`UR7RO eD־dꤌz.|f{}6|ؒ 42s"BEnPrBEmY\HuRi-PnխCUp^4}顰9udPNZؤ,+oTi3EB2kl"}v\fi9޷"n$xJoI5sZ `DQ˝nоgvāt$KÏbrZgX_8fgw32PYdˈ8^I+ a TX+ >c28J!$ʼ]-CiJQչolm2T{bax1[XJB7'bLfF72ܬz`6%{ dh&+PN]Έ:*" (c;\ŭ }$j}2<< _wJ]_4l3 };RPSA&"uVnk0FϤթ]0.)\RK}܉R%QY]Q;v爒hBi kTm;%[@ TO&2M~YB.SVJ-bk)[l dk~ 2J<ŐIG/hcg;V Y[96ذȁwEgx>VHbVMbV* e0ohȲ=>'v Oeu?+n_5x]+nZAm-CȒ@^@scߗ c5N _ȯE_JH0,_v+b01͊x#D0D>^-oH|h4s7,$ic+moD '`a( Ba<_ClIoEt,?6daW7;{~yf0D: % X Otl̖LHO9uc+wFuIkp:$0ǪGL)oeC* LSf {?^/ "Yighx݌$"OT=rЖT \~`C{oiW.rhq=F{EW i5̒p42evZuFt@z'7~ tB/u8ҀMfu0a} oc 6N 2i˾ wX[fq4LQT>밚GS~l%"P8R7Kf6kcLoNyDzӽ;]gsʎ@:yyVֺa>K!|ȁ†+}`~mI ldHnk:\W.И?ǝq/CcȹSVT,9hE(8YRNq*WC],R a2F_,;"dOpSu@>"]Iu+š.!>2kፂ+J@+3vOnSL6O{ez|mf)Iʖbќ)gr7Exbg 7kK:a$6[yy7;oF GSj@Dɝn0i& w9u佼3m5 -,3e^Y'ڈdg.>( EP5{`<\V Rk*]KT(E;t)ɦ֋!4 s]Y"ws`6M}$5mȳELX$gG}"ƨZhO:7XsדPѿaJ wbeҕ֊wcdgTe jY2Z%LygB/Sy9);s1_LC/pIiPH Hl%xEnhEK*awP?i[X(~hAM y^{2Kֽ eoی bX{f^E2JU0fq$$70IWQ3~͝4pDfJhE ^Fd3?J:L@jJuYZyHEٌlk}4i 9SRӱI( "NJ4B]3o:J⒏lƶ#9N:n%1YFNU>3cw%M0Hi._CNլ  w)SY;P%Z&g ]9Wfxy[Buf 6V@%I^ f|X($ a6[TU$(Hbm"Dc]t:N^s#8Sr0`*Ŗ /vlJh0Ym~PN ʻz=NnrK9g``}Q*9`Qb7}U9ĩ4Q8 %me_4iˈ![oH鰸D2U4o+MMVKgg"(W.:[o(˝,=dm#yԎ@E?19~#Sp+;q\ _mwer!w d3O (` #W)OBMW~5fS ?6hnPhwv"dY>\CH~p9_~!|j F^((+&htR5'n <(Dbpq ł18@`l^x#-_ "0402Ɂ3?߅1B>Dqj{)ȓDc\R*H~PQt$W-.[Dײ*nGN{|B\GQDBϘ:4*Hp?"a@IUC(-ai~G WXU2D^X՛-M4\qz4 C9IW y+MNOQlI-9д'(h&2s|# dmaZѭ -*S)t 9 A˧鳳 \R;5̕wwرbQ 4)ӑQa[lհ?';F Fgc+-ڜ&m'LdJS`zQ'H6X!19Wn?Bנ"|WE[?&Ku Y̍2e?$n0guEۏh 8]s_SMD.8-m[ViM>U 7>;~4DxK܏ke4ɂ`i /u %e* Z Dl^=0'弮H杏/OX7 gD+/ b_ v*:x>ZgєEI q*߬H9q qśk~ˬϡ߱E "_r}n5' ,K-4|'o@n]Yz!3oAgp:Q~ܖ:i9 ~U-L,K cww[9SiNg ״=g% Ķ_/eo>^Ke%`F|?N@aj,ug\2󕝸?d^@T] K &|qʫaz` cx\P4|6Ǧ#. [0K&eG C&Xt91[&#ku* |1z-kOY}FhX@@Y:Ah5qm~>8C&G#[c%Ǟr%P^oĹ73p8U4M촰H lLCYj&a@o3;2Nū콆vw~K&,Z`Kx6YD 7jF` w8ߑ8 ?PuhahCdozOm9OO/Dʷ̃tIwmzGP]jF|%OċW_-$l?ți@>!ۀ;ak_{^XrHP#,= t9n0$n tb!tE?'k*8G۱Ps%R~UͩԧzhڞWj=g"_C=ppUf7"!DK=z+-V~ S0e|#U.r&S`Iy/ﲁqiK R,[8pcDDoyħR%s4? 'Z$<RR[`pX+cFi"TS=䁕@MyIрi1(6\pc8;-%Q`q<3g]FPF F%< 9H/\1uYFP&[ט.WC<2 M#.7SBw*_/LPb~ t^fk+EgD8 k׹]|yм<% +tyj.ƵG[Xk`5.6s%9W%^46o&_4õ& a$F)19{!Fb SU~=K)~:KO}փcy@}Ur[=/Zvhfj<¾lS.[ˆ5t-ݵ4# D?1v "u>ZbhC}k޻r_]A8PC(4 q7Zj'ҷ Nz-9j @s9.yALd$kJ~I.Y^N1o|DPyIžEcea"a!@x ,kpD2f+kݛpۦi>2@aqj'~o!ݼ%]FSL5aY{ sY@S^ m?΍C)?ޕYAS73]2 VAoNT1`|E<;Nko+d{鉾f8\ `$Isv@ӛj-A=$uIЯO?'wePPpv7X*T.&D!P2@b|DB冎št*Q=$#8$nMoHfc;I5)w}^ے?P0g)(6NP{iox!gλ\}Dw$vXѽT\,2Vbr$+ ܎Pq9WP[ŖCCli3-v lh bjQ\HpmƘ >=8YY㇐Kbm!bE&q%V&f6F? 3/E 5x$(vg,y#,uUo<+u1I_nzp X])Nt}"P_(+m2+,> ܫXĔ@IQTCP߁8~;//wp"@'H/K9 w[-hF疑e[߲Ԑ׹Ev$pl1^)y qA+GQx eo`b-idD6( NG YY"ZQL:84K҂HU3@(ذN@QAZ? [|^Fҽc]`L@q^`8-p'cs׹}\Z,7c&lgdv. jui\PճMpY ]Q^Fȕh&m򺥹_/oܪB jzm(!'ob]:襙xg߹NsxfCw³\=q :DػcP %~:+.nrpwLDJ66sYƋ9 LxUv?J}B 9>E;ɡքZ"a/><=uD>G}͊l 1=Op?{tXS@=OH=g-U "gZj3okpr99"#c?*nҫdoO5Ss noH˹T-2Ja Uj! :g,k_܈4XvN=DexOWLXٿ&_fo*ah[1g04ٹX1?fPrL܌W"\C261?>i.s2T2OfL7W泦hp+t)N[[MnMG1 qf w_vtO8\sb>wɋ[^myV㭛'/$ pr`TG:aA:Ʒ(׎l 3y`r8Np"5pM6^h $NjUvV|[AG{9ceHh˂#ƓS@?} A,rۍ|2mZќ@`O4ҁ7_LːiQxE4˪k}{u쯞aQ `U*7\2g\OU-hIb&̏sKB0%f QR23.`j/?m5d02XT\)L#b| [pk[؜i2PbSι74 Ԁ2Cx;]N@:GaTGD^pf(z'i!:c CwjbISM?ЏhUduTxF}ID{@uݥM]Nkh<}#0;Dc9CŠDg%GO,$7[?@99}5am=G=z ۣpV ꐁؕCR{ƂrE@S- ūBu+w O%-}7![Nu2K/(bK *ʑ3j&pjؐw {=B}Z s{󎜌z}pTK(ʎI{Cd?RLH?6R[@S+~Z0CiZЁ(be~عţhpތsNot=P~z>VI$M(zVY%)X3`e'O1_w=pZx+b@xBQ o~B `%'a# skU8ו3'x rng[7>f'/H e8QbCwbLxŬf]Be#LJ<5ErA(OvQNK‡ P  +(h~Fc{ FG' P'ݐE襨AZq ,NwhL_qyM4-0Q.{a 2vmn/>,E#ܒm[ypYyءFTX71%^X"2IOhܥQ+fW|tt4qo'mNAHG$ʉ>zAnZ#x|^%waiT$Q&?6Ʋ@ň?oahe{k\6 D3L?QzwWD'r0KzcPޝ{YBUzMM=+Pxfsg}5a|>#>-=:j`aOdc7hQXHi9c+XgNcdeE -0$rZqD-- r6CkQ+'ez_%`IpTPqlO?L pN#kQ`JQ=Ua@-#Ii+vm\ qm&Dfݛi:(= =m"Ĕ#lS >^4Z X ]1 qI*AYY7L3e7wa=r%[*OZ\f/6inj8Ɔ̀o : 󉅮vFMVM ̐ 63fEoOoj+(] SobKs@~C)ڙjchU}!v,]}ڤ-׬&|].`CKqȗTJH>yzuL7x7ѷ7dd.HPW2 qB6r _0@Ƞ~>So$siޞ>:kiYhܩ&JRp7/if| G3%Ǭ ; BM ~Xi->鐣z,1ZҊ$^g9ShP(뾊s7קOboz ˖ق^ {;v o0F1O#cLiM!p5,C%heZ=ꆂF(=u"I֐'$_Ai|#濿]V\UpߺxNZ|*էʭ.V>$M1筂E TՇ{*4BuvLmTeLtf}@3# d̀ "qԩH"y5ef}/d̔&+I0Ƽ}K1,Q/^}xwݠ,Y3#c{m&hraG/?Y]$ PLf@Azײ( dh2RUk^wIxc\9h6]:멞Fobo1XҬ4ĀHl;sgt a m\҇SˆS؟TqC;_=ib$Y[f 87Q0jdNQ^* Fds˝rv]m!w*@1x?c.!`9KwV<6Ii#(b'I'Ʉ%Hʍ*ըPRH$MU=qFnOG7)\0⮔wt6Kfb,꼍3폫lG_\7-5֣|Y:Ѕ #d`t8 1!A`c)pW-mwe>pڴ}^n:o-/TΣZ9l.^$KS' &<\ѳ(w<q[+,@F, qpCٻ~̵4Be$I̺mUdxmf~eՌ{=!sHm24D[xb)cEu|$hјdi5{hQ8DT ]7 @NHc2gֆa/Yxڐ9Z-b`#>DŽU$p @V˶$XBt{3DUY%R7rf@ fP.@~0&Kh O\b#sT3r$j۵!kȫ ~KA!S"-Ql!߹uӤH w%hJآ]. vrpw/χ/BSl63ȅ+1<>͑Q䁞[mwa)M@ Y L:(^_xjO‹$v}Ʃp o ܵؗaE`[)w+O$H|[FR1U\r xrh1G0ղm,P0l+4[nn!Qf\  вE&L-4S)sIYIIP햸޹+۰xH`F@u10-"т!g:m'SmIp ;Rg\UuxĨg!tY8ꃺ'xh%bzfkts`xI &%v6hZnxYfɐZ sw 8q.,cvj11gj3B&VBWVs̳py kZ]qCTQTSkϖ;,cmUCR7sR N[J8^9ͻ/b'n:ň\Lb1. &' p 쪃>]ӟR Z`zpVr,uH+ *1Li!@%$mw dbu-TEFpC5 ކ^0?"Ń8v\!"lГ{{׌/3ζ'ǝ= UEP|kG'ڗ@0*[G2`f${PUv4"HTXf(cuot{j4D%I+}8X[Ľ@X܌'xbbT_Y9´1bS)II"+ךL!V rь[$ ,k5/, xc$'I}fPݩԝ7' .OKw|aG2bM"}=s,$ lwj Жin18ݴT=$F?ɶ ,, &6ꄹ- J!y Mad q 4C 4@ B7aw%2饄y`mVQb. +l.W$Qb!C(G[%lmC} VI&/LԽPN d'%dɄ7͂S@4H(o8 #m|8 /ۃTf FhYy "G>Rz7(( D 0;6 kUiKV|O͸%@6s(m,c:|Ne: q\:j&]z/}5Er%h1%1#=&,3BI["=\ڔe)%Q6Sh-juzĹ853m|qnkhڕ!m8yCjɿe4kxyd sx_ݨ"[7u=؁p뤘{S>D/<1Lu>8i-%C?4˧x.{tizwwZ,=ޭ~߭~i FYlaۚ Óh'KM1\a.TEɌ=A#pu: =$PYL9!As2 ' gʆ'~ %a6". 弾kSqGB yaLbm"$V% Ӹ82#H+DV馼.l"+]be:: PӰPʯpplTmb3D! a͟ zwQES!Qr}롩L83U LwMS3.@#? TH/bJMx dJY7)p3EQ^tD ǣC_P:4&r馠)=hX-E:De9MTQ(&޹^u<ϥ7N{; im"l-G}VˀW]4!2XoFrY(Q:)OPi,$,ZRJΥj?Q Vl +CǗo[lIsd_=;Ǫ}Hk_am C屫 'CiDB;By%蔳42 DG$q2qX+@j9FO[Ҋr PāV:M[/m.ò/V8h7 5BM)9ζA 5K]UZM@).Wqaf1en`r bݮcCmW>gpTijRRثuڧ"a KKa/qͪ0U,#szƀ+PgMH')Ij=N^QA b{99wXH(^n}g-b1-@s .,bfIzyO'v ōj֟k'SyJo{udž)U`=vk~Y~vΖ/݆{(wKA$CLQķvE)H8Q"hp N!OL}߬|_ax2ul?t )=SAW-0xN\Zml`++ʃwMGrМC@w s+(YrP B@lF[&  Y<3.w{C {E4J|"ҁal[¸ENF@ =sC f婄lfWv eXfVBlo# S(=ӂQǶ!\Tx/˄vԥ<'觸?ΊK&jZMb_y ,9ޑ]4Mޔa񛡺zfP2kU 0|2Dl b_26Qጋ_63~/TX[&-!a kloO!zRwV7!}$g=69>kŘGԧ4$k1N?ـLsyݽ,Hܭv:O4}REc)P \[ H" a Pis"#k :_>pΰ%=q-2E5ǾXpWQ}gt~=l&&XnM!!{y MUm~RO =2`uUuO|7À1X%}\;>;k[m1/Aj?WS x)#6c. ĸߝjGfmQ[~НzjwE54Kx3N 9+w[,$eYPa'FtU$lХ:&5y".<,[/ *?>GJ@ }$'_Qƈjb@v=}O"Ǒ_}'ćR||.ۘ>*'h!侃~|х4Gl~GQRηw0=c"a= bG“A] W6d~;0 0DccG54Ft Uys+%7b'8iDH2wQ9f6Di6S"6?XW>%cnv/H6]6֠ʯB_sAj0hp@e*4)'u/%1( з>r3 vt3gY(1y}"A"ye?4$yq'uba$鉶1#x`:1DDcV2\/@fP;ĬWs\* wLHݽ>;Gaxu1ݴꤒ"%ɂ$$Wg`1cf@+%&-߹b+QTr(UxX0nA3PdJ|N"Ш ^%S `.:׹_9e 4^P# jzL|Wfp?ikȱ3 $cH+nl+eoNF7bGj:l |5 T8̸b1r_G1_dUn x3obà,le3\/t-(oCE>ѡŠDIygv<D fk\%[rH◜(6mbO:SFΏPBb6@$ fNy? 7W+Nj  7}صO#V̂ ށ#+=9Kc7!;@F~$bRZ 78@6 ,k2ʵ4&?vb: /F}4xiDU\]#iP8E,Ҡ/*9N'AQI8Ʃ@ 5GJN3da2*o8 w gAU/vgfl_3Atrpguܡ+Foo/=lATL^[KI},hP6TDBd."j =jy'V^d"^\=z*/H0X,2 CBS;V%5k"Skbd@gMSg`^h??%8r|GoTE4t_V f}k,i@fsJ]EP`f}+€nnfyc{0e(XhNOAst E\>0\{ǧb>d&p-^ ))'.NOnQ_cX6"iW[m,D\? Јxn?-/%,Q3rGݗX<m3G5 ^KqV+=ʁA7@k sf!|\Uy=@*Էm10ӌN怳#E[L7X5xvKrs·Q%3wq+BիPHkF+W_8; ҹb svް#a3dFskso/YA5S=%Fh6\rxEkϴ9!QiHB~?z.Q}O*͘7YG;:c0х7C>K@E\Cx@'+0OJ3g/p,dOƦJz okY{bAjL'hԝMIue.UM$l܈_ 22l UO]HPrE䕰^zV$caJŎpH,h>QZ#=NYh*+D-M+uK!IiwEp& 3{dz=pĘd|gf"k8Yu pPWC[G.*a=\+ G`~B%.OW& ڡahs٨Khh 2 IInK8G JN+fU0C̆'ܲJD?浺p<A{×K'|V_5t6 ~1&,'Uۘx(-WʮxpRTԾBGͦ]>wi6`V%4!|՗o+AZSe`pRt:Z9HjwX3~AY3C[\#QX'1B]I q$M7^Od,CpMQB{Wȷ@wPqTv_&n[TI6)14l{aD%n@*~.I:+lB2zLd7kh0q ֍/اh$8ܽc~@v(dҫ:޸h-{VuSHBxf"iLٟF{A[dMBK_N[eZYznpv8ܩgRa WFYۃtV2(¾wQ,hv10ǭS!##LH ۑCM{\  jB?$ jsz`_Fl;ֳbXvs4bTR oYg(k;Q5s0qQYLpzP&9S͟fp/MTWwO\M}O6"u]i-veZNʋrWsjP}@e@-psHtpXmP'=G* Z%Fݘ%t5O"xSҒ ǎ$ rlS+DmKAy`lͤ/ BWL_9M5uF^A ن/uԶ{Zi\{ LQ p[)Kl66{z>B6kj~^@hTJdpwJ{ȓs3_Cw>}`Pƅ9xR$b8!#X#h Lk'Y)]Zu:c1mBQIۭiM.[rxˇӐxYDL{eڟ.,%[R}D?xȨPwq\gچ翺 \B9բ79Qn22&R(̀?Bz!BuI89ђa{/( MR.**rZ蓹xm8ls+ -t7b(;ʼyi0)/o06LH\=C+Z{` d6 /-]r滣ڬhJAҌ>D:6| RzOzv٧^Ov=BWY߻o Yt"b>;NnLë1mg"VkTݑOM+ ǎ5 Ҫ%.22a ٮ͠" ^w7;.s5}'}wUY~E5M <&x欕a" tmdy:\)r ]r4M_OaSo6J,k%.Ǿ)rl_ ηXkjB(`#AXv72PGι|(8Z$}3ۓײp{>ƽɓ-zvB"Cu0;'uAL(lwq>m}S|ۀۄ0q !|oXy't%Z*D*`k2+DIBE1jjvp+6 - 8^PD~$ VʱΪѸkcUobp7L4F=teh[գ$ܕbNX$M=Jעhvۂ5/;S~Y\ݓ}?[m]0QʡOegC?/_l5쿎 HX{O^=A2.3 B&x8Zê^ kW|FyD(5-RR`'KPJ:-Epl_Afh~Ktv0AQhdԛl?摔j UJ#rmJ D"ʥdؽKs=M "%FCKrix.uzO-m!В[="Yn&7Q H\$6-Ө>.FZ;chp+C^;~b炀 \xڃ_ z-.0|j) $ŢʒqD<"/\" vR̳|ժ5Î$q̻sQ41y)={fǂ{B2<? wW*ZȆx tU_7 k.t?n̚3l=oxLp3 85me;2?E !D=cĊ to=T5f(}":IO2etʵJ:W@'WpM (X. k5N~Ȯ7xy2Y0x: FS}' BOʔ%4S;@XHW,e~{&/^Apa(XQwQc֎sQ0I۞;G[_?'}_5Ih=)+~"reFkA^pl,J^xHR~f| :2_HEJAY"o$;R[#ƴ ^]lz["?{2P'遧<5% 4S:nNv 5];6o<97S8*LƳjZolF7ظ㛮zb3+ioLԪt$NQpjr L]C:u6dy J(NrpaoH[ϲ0]+L(|j mU|`Fr81Cx\5#g8TYAKDC;a pUgfi+ ,}';eY 0 e E ؿ++uݳC3v@ 6xތOv]#:e3(Z}'YE'j(Z9t<$,LD9 S`YTDv0u% N/Ӌ]NjztS^m^ 4Jg98@Z'#Q}vr4@: y aʹDm$RRf1\F; 0N2~-[I?3~rG&KٟӪbHkpjIM~"n'Fמb5|Rfk5ӕ匓/kG6Juvr0[]2) v*L"\'|=KF_pq n"p8 ?Dq1Fɤy~֎ CD2g("R{A:ߝҰ!^!EuF-^W!J"1%vR w<$<,ZlI;~- 't?18],s6 2e_fILa(,Fۛ+8쎊xpŰ7WY9<YEnq,x.8[ʴu֓3=]@ԮguZ BIa۾/Uv,cHn X+'iiWKM,MqbrjpgKaևl#ӬbHvÚoAꆧ3 s*fG|}PiR=\[/f*[180'#SL| qI7"{F 4s~>G fi$5j,<S0TGzRrV 1,y̑VKF&. ~'FR~:-؞[6(Us-8o-!QmkdNI>ً̀% 9a\ qجR3Υ YQ|Ұ3'!uWi5^4T1("#l WVpyv/Z؋bY I Щ5R1G֤H6;Xv}iߙcQTBv"h;0&XB0w0AAQ\P5]HҪ(8P'毮񼂕,#9K>`͹21i#72r62 >kDG.6AWH>1HfXPC.M3Пcu:|Y{uXc/SiV5cQ` $4-\ES׹F2$w?eۧ|UAOPTK7݋MvLΰS%on){oC'׽[ZR7##I7Լ5^2hO=Poo T}gp h<^ Y=:ӝ$KUp$KWsZЗRuN/b棉/i?ge(tT_I=Uެ%C]:Dh8X29W3H QC1 fk.p-Elri`Q2QHlN@4qX^->l29Wŝ 0/}Z bB*erۆkHKY?u X f H 9Ѓ V*zg$_(>"5>Tts qη|vΥbe;#S`:?Td{^x`;pe8堏 E Q; Zcz*ŤTo o}YV>UuLA86_vO*7HW6Q1 i(mFXܾ~"?6l8 낢WVo8pxsU$JrBV6Rm U>x~g&ϰЭޔȟP,h"XْHF=- xC7,$hc67;reDIǷ 9ż# 7kWnlѭ`NQˉv2q\9qcJI {UG>pJmmF >w!U\q!Aw.}AJt˘ז"aF0C\t߱G+\bkb,#f^oŤ|DbᐝB3SJ%ȥZ'LΰPvq9-esp= j͐aIƶܘx2q ` /<%(#İTG:-U-5YuΝ; r}bŨjQV [QŒ`095zռ: 5DH7TqE+2T'ZLv윝Id0q $NGA6ϱp[x1fPBDxv_íG3"(&uwsB~5>cdPcӖѷ)[o7b=E^pϿz—lJ23+qЙE@cz epM̡sm3oTm^>iTÝ)# >>_"{v ( Dv9 ݶjQxSj 8+ ۛ4+ X [sx փ&1ڡ~ȱ[G!oc(җEB@k[s <B!+{{4jC7D k{9b&,f3MY/6XGEGÖ:JeO>k7P_W*x#rvCc)4*Rt& Ic=v 'jq'M&Ȩcc5.Ԣ _;Pa lX^!ܻ8w~%cV;MpqbX;xjӊ )~ؐ ޏ 'xd# ݌ůGxiZ'S5v-p w҂_x)CP2W NzXjfw3I}pm*(/)W--+;ѫaAjbܗTi}'{ = aƧ~k#>f[:uB2fB/{eM ,ǨcUL<Mg(GsJe L~ʈIVA%p}#ME~ړCœZ[$ ?A\:س [g}k5-rL$$ӑz lIϴLQx98,b"S9Xpe6oVBQ]@LhPVף1l)ˏ,P[CZB[&REB'@C}R7o?j|AZ%7O+<$ɢv%e^0+?Ss( ]eTH2Jt_ZVjH MܶB!:cƼ߳K& VxPI/{5J8ql- !JX[e .tmO(hƚ40 QRL8"f?VYaMn{C P:{S&"tFA&EJXEq@<ċ?x/oc-2z^[K'ַv݁_nJ ј'4+: u =?Kkԩ@RA}l)"kF#ucL 3?4ӅMS3EpQpkyzB 0/2uU cq,_)QS mORW-Z(D**oAǁN"{W'E-c7hEM1…0nύF;4[*ϕGD:=*=˨;A2͓D36ӹ|J7778$X)fc3]>И4Ls^Ln˰ܯ6UM!fbN#a9Dq*ˑڹS%_խٴkgy+4$uJ 㭨#C'5ѷape p0x޶kȍh; |#F9/V+*:oރ:V+'"Diq ďN>>p`y˷v#gJ}R&N\Ewm+ W.ܽ_q5λUvt&h>5||GAīZt,Й7s@? #܁J\b%#3jWݨnoDr "G:›9 & .`/.2*}(:pk@Qg>PnVV2/ ZץWjY[g+`r ~Z>ߔNwCk B-&.L}#w8cP]rfug(vڄh臼릡wte$c9gc,+|h$B87y//%7b+A8\Ӷ4lY@G=1ohA+ھоn &RHb͜ )T>W5f# D9X uuq sWOYJ޹.Paaي3 5Y5J~N^K:N w>ڪų&dKBb*MdY&t&ofXå3MӺ Oq_Qe@V)dǤ54͎y'$/,du "3jӈ#LkMݳëi8#i@T{1PP KD76[.+^O^ZUew'zwQHkS!D9)~1ˡ;ŭl~>u |SbOdt "quANu$Ԅ GUokGex 5_ħ2H|{eM$<&ȓ5P];}MHf 367^zDo|nW v1J2 =5"G)BkbVCOe]رjM`@-GEUk QnG'$-jڦSK=a<|O <URi\/9 MзH*X-2}1FHɌ<0"kw bdM!Ӎz0uh'= a#@ TUK _;K$mĶaT@ÄFFN,lrg,Wm=UO#4:6t}(@s(KU7͝٦XO 荆@߶ a.¬\Ui\GKE`mC#ýD>_bG*@ ~ _ 9~`o$HᡌBt9*<Tf}iA^gj2pU1H\<%>F̝ʹ) /DZ+}lQWw (ce٩ְoFOY@`ݱ܊k/`(D'C8#0R'yyF4ۮ" TRq ~ǫ찏tozab7CAO<:e(*U=Zh[H6/жYdlMyg_8\@zz8' D֎T>L鳭YV G?4Kqlt?)qK0J_>w`bZbA4aiSBߏbv ik%b 61u&qwo\e&,Idb ~QWmk*/ *TpGfhӯM?93 0:BquҺr]2${6Jxɠ2ɜ3=\~vtD0rk`nrn@"X՘矜u |4-P,,}JU 6h;t#DST{'KX'E!ߓǗg@:ѸtJR`LzNoQ?jZI ޷8*/ҥ_bŪM_JV)k| gm1q5wĸE×rlȣ!da7I 3&œfA ZhN``>3=N@tZ&a`Np/%VK90^H a&\<kCQo t+G[smi1yx[bFnf d$) :V9EPd?-y!L\:dL&, zfBMPvGQ@,-j6i)gX,Xea"6gsNZdj}l Ν<dԺK/fi` V1AX̐(!hIZjaYmV 2㑉SsFy }1\& T.*o,ڬNbϿ#pwH{npo/"hB`l 1|F2dG< d}tU`dF.#n]EpE1 02:lֻdHƑ\q,U7tIZ.H0{+>{gW/s 6[9~EMw"Ph; ly*!E0P/l6G'<ʹߧIU53qfvde=;P)q2*zPPaΆU۝ԡ9R?d̶p̳=Y-r^CA 6(2*IhpMzݙO?S%bBĽB'mo7`]ֺN?!BW 0aOB*dZz$`E:Z?/lF!~yv?!븒iwd{#05XRUϻ.'fM5>]o~GyFEla,w^3cO9΢ #cC:C K/ pP2epia֙qz aVRo[(7A\r8qK҂Psgf8 $c)WH]ؼ`5zYyB V" ր<71:dGB!uw pxJ&?l^/: !6nuD2 $b%pޅɵ;Abr'Dl=<(M'ױce ClϕuY,,SUfl=Jw >n sڰ}` J!2D: @HY û,Vtk;P 8,YM8#.s_/H*V .ooGtRxu3L=-YsqM>l @yW0զŇwՔ#$e| ͽ^8V[^W! HuSM5!o2PaOBma%P`2UӍA çCݟ"(lE8Ԫ*BǑԮϸ%_2O#xJ Oɠykʱ,R[B4S*ubk]ʕ5jThr"12%s~,F „ 4/|m[3" f66cgÅ88%|CK=)^U4؊?Kk)-ш;GaEkF(06&[Q. 2ҙ&ޱ]mҜzw[iiT1NQnkO8bb緦}1M`/ _jGTN8u -j67wr8mkW>7-XP{z%s/ھuȈ$Bm> mĜ':A'5F*$eZlx-H^RP-ek oq?) lJч -W|q,Ef6ߘɵ$bշ75RC _\xDl /;wg<^pK7.|ϕwS#0HΞ\XeGEAĪyWc^a>&Ra_zMFoeS"yhLӈUִ҆fEכ75`qW-v#%>rsjSDw}.&J_B'ސ4B`m׏j=扆rl @o3d>^:Hh>fմnۓWʗY`CT ܸȂ%rsEUS6Xfw{:W5̑Z0Qp v+Kejr>jEzg) in4m3+{ҺpG0R j30`pG(b Ҳ3.Aa\p#CEZN^sjx ii\7Ph؍Y9'|WW3$d}ԈnPƗ} 9tm2],+̍/ OK,|V2%oTd՜ -~Ƭ=Ɔ# ;WIIAK콙h%ZV/ hgH{xP̞J?-AZ+7ؤj`Y4O Dk{d ZrRc= [Bkő{u@ Of LL~A/ԭkSp9um$m7N5-a4wDEj8sN0Z/+ҝNN@] 'f #͓!oO|+=n &r_fu rgIh6v+We!JgI |c-]/ө"~ɶyeKn֩XH&Ky@ UMՖԪ-B_/2;RP^ YuCHt*VN۰#djTW..6ks= k:m v/f'#d}@3DhUsď}!kÏu˨ I[ݸ4L"r/mMaWhxB+#BXrW+c֝Or\7i7A(S@…{[2:vy{8hC{NJ\V5uR6YE *>~mn&ț4Ls[v9G'vU(~% 7My_CwR|01?rS@02"֠հx߽qKNJ[u'R';<:զa#}kE"?/^&`7T* ͇EUnr|0Ð!MV `hAi2Q)e!D ä5hXwZ$\}-[Es >zHN 1MTp˵IXXgCY}>+=\B! JwB]\*^=8LwxS*Pn6}LcH}xz9KJ  jX[jX8'JJ@a#lfL aWϭLra/4j!7bv)H>Xn~AY$F QU+<PHQ bOS5ν?a Gr;W&a?[И\Jaix騫b/-=ӎ\+=:mAM!QXk40iR]P`{f"G q;ձ6&ta'װT![b{U^:O'uvAZYPz)q*/kܤ1k vƇwYG7ѱۼCރ]A^^ QAsT՝_&7c.y")ȸ(CVs_dҝ(!&o1piv)I̠* p?E!x%0ˑ8 /chgld{olCSZΓmoȼ}q`uz|+8wс)W,8ь&,v"'RV)RpVZhs\{gBP,ױ޸ x__73p;FD8fsp&N&17)@k\Λe< mmOР8Ud1}ZNJD !)C>i Ǒe$9Eܢ dZA}%W_lsmeݜ{̢(lzD3.L {1+gu}k:"pdcdb aRņ(,EQ.qxLM붍)M(_v2 8!CP4T ! <ڳF;<5@(`̰h+: Q AN38xY,);b1;]­ lӃYnK `)U+AV}Guݗbz'i-v=l,iqƟƈi3YdC*FP2E`E1/84@k9u-l~:Wa!38麾4+$ 5Gt&m"xxtN4P^гi &ɐ@6.nk^? C\ ;^GZWq(z_U'(ݦ$ev, ݵ#@H=ZBF1r$%8 $DkI <?bK> *dЀG0nP?aq;&2Ǖo|AD/P_#u׫b7xx;S̑vRRT= H͔_b0bQT M*ܽ]=!]A7uo#*s pG=ί =)z KGû @h%,A` s QR,l zfǟďo&yB ;H mLպlMiΐM!Φu<˩'-?(!QP߆)No)F V@Q~*U"Eᇍ3.hBn9!G"Dn*Л8\)e}/Jr[;aH&} 9s>kӚ\ok>L1y1k@"̌uߙp E=n\ԭ3rn[nH͠MsVOLȭ8)`%b;–^!ԮV .CSݓĬPm^M)n}Qhwepc]lRmǤ#pD"iGb .x r:sߟcTW0*GBS#0THj AG2Y>$ID6{$#L˃Np?lhI(@ xAbda#8_;|ͳ'?Qfh ["3>ORN+).߂)[E\*R-bho1"`^ (3mb}VߦdLK RN/ק.hkub. ܉l&!oߧ?.\o9c@2;͢/AZU0+й&YM&jO3 M!: -|/ﭿ UBx*lתCUNCh'Ȟ9jtq]cGBr¾ZHXpchlrj c0 ƹldόe]i@l:%u}yQa?ͷ.|S0)}/3<ܨ=mB]S%n%)&7mQA}OXPX4j0xi4$xFb.=JH`,i%w % TpJ/J|, uȣY'0*0)*}ń2T9p}QPQMABcN&Cw FʁVEkv SƲNFj~Z"/(7F3֯ٷj7 w]hZ'هh5R>mk Zĥ#:2| eفr`&3Gw˟`;L{g)i_;8VS5XI!}EY/U4Sq)lv{6q{}&; 9NL,(ٖǭڷ%lg< >.) Q/%~95s`_ 㝡\f1i) %Yn՟m{'tgue+g>Ac'S;ZOTQHUŒuS?z#Ûɸ'*5 y |[-,՞y؜F? M>CPUݡ˓"Z{p_RMDh"d>p~Gw7pH7"W7dsXXWѩq`Kuǰ3rbvBqr#Dۏ>+3IyW}.X"Ek=?ҕ-В*~Hϗ<-)F}'6=R2\b*ֱ+[X 7 d"GeA V "Ca;,OI@HM|Jy,cP";_nR0};BLpL+5*G4h%CL}[7Og v:6*86GIek5KZÆV܋-9P~pO1Oq/ Vp!ʗ]{1*^ x1M4@y R5tv1{:x8@Lf>ɢ5 ?pқ˯&S. lGCJ 66U/:_[ $gD&ecCw,P@6*a6Vw30J7/{({ktZVݞ>Ep:kgdB4`/5gwje`_)y?h4'T%U\( 9 큈\QMm{A=q1BJxD*zL/.ӈ}WBaW}eY-%:N4ېO$*4_wL@9{@=p 0 ;c:llI&;|1ފ93u$G*hRL^ ?J3 *By/03zLҥH7F̊ȧMQ˥5*Μh抙׻k`Aȵ݀X &ҽ|ӭ\BK_k+-L{;]?3V%.w$7|xj1Fz:OkS0%eSyEìfJs~'ョL͟.QxǓ v iKr$Zb߀S4^ʗ2JMXM>p0Qp"_6jbZgSYY]O +/["-F;^^-:gh{V 1;EXp$ \k4sأq ?$G 8y};ecuy^r`l1̞|?xzt@~rnw?1#*LP(8:6dx=}cm .>FN1}4rn<C~#qԲoYƐ8G d%?:dTQ*;9ɡ>)M&u\ S ڸĜ18f ЁI:_%, % |p]و:S7;Ǖ lԡC53T#LToX2gmc6ciuq3M5?Qf_\PR\  ID3k=2x-Z#A@C;R={qvC==Ca6+pUW|Oa=p ̎KT Yjl9}Ƀ @PԹ1fm@!@q Ʀ$!Y\$rB/ȆIn7'.Ԛ^ S;]eLPA.3R 3Ƕ?꿣o=F[NAxmH5q(Mv!TyH6P#(>ZC5ѰP XP`)E{2yCQ)$]Yv0t#F%CeGi33"pU$ g׉eg!ꄢbz}4`|E6ZI #`4:V%-^* MЩGpLCH6W A)E]ܔZٖy瀧*FLb'7z2%o;I%#R"njA%E1G} I'0A86{OFI٩3wӻ[qa(ᘭ!ת+(5LOgd`_DZKnr)> $$%}~{ ٭s%V?=i-P&E2}C4h<K1M\q'aXhVyهh#Y%}md NX}`kuwB?{p`(;LP҄r+ҍ`b fR?tHz8E FoHTC"#C Vf[`_!@\RY@˭6!nmNY?SƨM-׿{^X7%m9 JukKR+i%RU^g(-t`]i~ =fa6Ĉ[6KүH̒J_Т!bHAhr<$}vb#R&Fs줶sc<|a1cGʏ1E'1ˬ7\ҧ'`7GZ`EN>8dcGn@r~bJNvvZk qF ߨ Y8q ɪ#>u0=/lX:穰wx`T)1?v}4p:bI^}@nR6?7j 諤uY.[]x(s A *R¹ cͯ< )~!aYx7'{tƋQ(Qwl_KA]Qz1ӫ2tL|*zc$hϨSVNN0Tυ|v#>L~Zm~5X a22'Ğݮ~*e|9g#_J ^K)Q+OU=qs"t@qiZHCCo.u hX%@U3=QTY_ٔ`jkUI8#lj:U9q87)NĐs-F馌dBYpu{VZ;C^)x6dePN7Ԉ:2R h`Jٚ?D~i8v~bH;Է߃oRo'C2fz68T|Q/΁ r̼Qmyq70}PbTSďʵ_ kܒD}8ԯY9d_rY[lzơƃ6'N$"zRh:. w)NO4'>E]a:ŭ&ˎMR/xh-_j#ʌGG3^cipCkK8jDS A j)Nyq'dwP0yD䳁]4Ira qy'29b$)xV8OUK pa:OixEuPaEF~Ѕ"尳bn kIJ# \F/^M[ϤJV<إVov!#MR+CۀZ>C @09;􋍯|R:$7jPINDj ::)%ݡ %~輒i~cu+,58C0[2n>L!q,24x3@ftqqpGYrEQ"4gZ"<%OiC Q@ e~Ku>!diGj'INʂ=)۪p9w^A `FpC[,ء75A:^r$IE"vKm~OLI lho{wFNܻhse3Xmex ,IffFUV];pc:kJz4^Yڕ"]*bsTHʥRf@JF9y=[JW"/S.ꏖ7fWGHfWs@&sqbȅO`P+WܙpoEVxyH-W縢t.R S- ܏i6Eq1ԶtGfI%wu{1}Co4"郁T%"Wa`{[ zo)א%LhL"s(mw!(@Bٱ|œSqӔ]^}(.l, `+h4$-nj7Gw| L$6鈿\/q>y2[A|(΄"/bgXOՓ>dqs#Abe 3&~ ō ܂ޡ{&z ~a˄9 tD[S\ 븇7Hn+ЍEL R9=:zV wag;YHU?\IZnV0Uc>gm2zRM㳿z#{A4ݡ,)F<-:n[ |+@ ONǃ-o µ NRb=$sQ rcZ?mpkn;$I+\:rN9Y٪fL(}WdګM71W8C`il! uy5pTpY:Ӳ_Ljj* q58}\0&ֵ /Z'֣3$I#臓.y 6x AWp1TMx&_A,nh;5ܳvP+8/j"K%.Iɝ,2sqC]hmߖO. n_]" NͦMiBNߢdXdOHI x! g50O+;Hix`n:d,>d3C^'4! ~V{ѦkkLqt?>.TUsyU$zbp*ƙe txqp&1Xrso8YD8VKB3nqQwWazV-A |#8rĹ"t1o #OY/"JcU0?qQFʽ-фp'D'7ڤD[MNϣT%G$mT{>Չ9q6]j{ڝ`]zNoXm}j>ؐn.CM&3m5&IMU/eDl7,}IMߔp=S(3a45?kz.+lt^`{P='Ga:I`ẍBf-J:fM X)̄DM.,D{'_GAEMvGX B1I88G 1^1mXU-ൄ#]Up*X9ԱI hv߈3oΌᐆr@0]O>U'YANacu5 ĜI`ৄISH1A wmfQɍO3"4jAU(TϽoeSռ!xyϥM`AF"q"Rfdz#,!`rMXR ݇|G{͡Ђ탗u$IΦ;P%X1-h6d,lQ`fgVv1! q&ʁULپ[ 9`[,( 9d;Xl!1耒,čESÊ ii< *T7Cc_Ԣ#[NsDN vo\!v9F2\yrnND ^5es{qmX|kZ,(w`z U uɖ߄?7ot1|&҂Gez_%A }b6)aڽ Gjw+!Ȧi֛+3g54n?v;RkiZ@?4ԍ}{5S6 Pj>͈W-h\wd"ioHP`j""xjՍOs Mβ. tCJ؄:%+E&%\mpS{8eHbA} '+&v/FJlG~JExX!{x(UKc6>$)1c="kXʴEWƅ9=g&F8ㄨ.WWvԉn/q餽&/9=y}֌ d^l;o6FHgjeLxD?5d 7ž6&@ ^Z`z$E"ڹlRspMA*_F{jm ~N11`f9FpN锪;-S*7uyXGM=Y|+Lz> rdyZ8(bv`TŲaK]KwNDN~`NJ0HAEDVŀ_AI30;'3F9yU[}SJSRZ+]ϫ'##:66ʳ= REf~Rn" ةdN@Tm 7=-ŕrՒ Fs-hsopA]5 uX/b0zCo? qB's`b[_z[SD|*Z| Ah i֐;rQJ"%KtMbAR 牼:j.(EmQѶ i]孙=`Ys]9B[/rVBǩUat)) BH3ò6z5%0{Bln{XnSnNIUxqqs9E1ueם;Ge _8}tw#6)kz'sROr3ToYʆܭ,qWL_Y8[ %Rk:b.`CPl7eF5a&rEe벗{GiS7q6t| R3wco5f7DWJ~oyTYKE:e?7R:Оǔ~$^lK>#|%v4D T>ׇyDk'p &_/S@d벁~Z*@u2 9=TAZ,!DB~K|ʹlj%c#xgyyS<3'z;`x%jٵEL>'Y}!gQ?o3Hv1['a&˝k#8^9.p[qhG[`=$tpƟaF&6s|d žu/-{\_ dqM?j451?DG q趯Tv~ѬfE$?iqV\ޑ+dJP"ydMc7acsM6[ST!.IM4M"H-_k1ٔ;P|+A:u^mg"ԙЈc"uo3 ]TXֆV@)Ĵr S0eutvWw&dvQv:nT|l+CƮ0ַO,xKwR8T$:b_ VD֎q='IaIx/sqW*BBn5ԕ&pH1"ɟ{bLG0 S}?׭hk^1`"pHkwK!Kfÿ&ځVmc"B:#f㝮'"9L^<4  w.3 +]k  S~<*%+l,~ FS6/1Ey,. 6]UYiHW2i/#:}cke= 8eW_%0?Ow KV^ Sg&b؀pFFK$U(@(]9Ymbdt ?xsNs9wH y]kl[x0; Sތ0 8 vR33R6w4rynJؕ1ip q?, UM^Ŷkq~BM=ρ?bKsY[bLUSšǨ h!CH82ċ20g[eia. tV 'nTK5M:; fP&T,#G IFyX!EzFsAf8WqNS->ӃHc~3j5dls[s.,CxyӘ 8GXzׅT_ uRSWS0X. |ޘd}>=_yR1<q.7ūF`Jaa aui7ٸ4ۉ$*4\R;6 đbiґˆ[:|vЅ_s*)rLVsX&M1ж|{R!\sմdύLbu}6;vX)҅R,_L]4"5ے?P1ʂOzp71OX!RUW%kx˸Gd(7UUDj=3C77>0 |ʩ4V!zj*$3.UN5r?lChJ;AM7x+F\e VW; PseDZ6/3n[d=z=hrlڂ/Ok%Z=Rs!gDnjn9HBS~:]g3KMzZӅU/o%cs{mv1/= *ΣD%BD^`JJO zWy*H@A6:Lhkkf3^O .}{CSĸ!u!WNa5e^{R[v5x٨Q3I"cJ54wKv_d(IQ:Pl_gzd{-kTh݃۬u5/&?A>ik> 1LԘi)@ٹ+eSR6Ո蟓`߂=~EW4׌_%KOoFRfRM> PxZvAETk;o'rY)%[pu>Qqa̷0.z0޿Pv&Njh) 2f~]o~`W҅Ӟ+(xS8Z I@Zh=GI8wڭ'Kw9V/ҴۑH۝u7zέݖ%q9^BAnN=}%%~.6fM8R!%-qRQFФ+ g{ i }˺HjJ sM<$=gfM*?L^Q4TtKi҂E 3cRg~Oֽo9?i$X"!x"2k"k;3?!N:wz [- V0/4% nUȳvr(2GEH iyMi8 !H@bWe?u~ `@x ľr>Kx|è02)܁tIc-sy qR6&\_ܖӵ)#ew(XL(&11 @@;Xu+MNF ^_]Z),/] )jQpۡ}QvG?|G V(~Cs}+lٖL(_wBs=,-L t{%P진Xf ̓Ï ӲD(,قUhʧ'kwwVWE 6 '6 AzhI`|X. I c6!=:a\CGKoÙjLŖ>i˸ȑ3<<Ѕu0jfsp]mFw;"!K ?jЏ:Z' a߮*L9]XpDdёL zqP6|hE~#7-^tlO*:$$ FА' U]U#HȇIS^HnmFچЯ^.U}EbtxhhIiQoyS/~ :cV7ɍHO ])''.qg-Hf bl `IX vtua`Uw׭Ĩy3;q܃~0RI_yHvb4gw#~ݩ7'j"$#%@~f2irW>Q\fsJ 4U5j-:ZN+L(-5LGpD +1gSqa僶A dNއrquQt}ӒM f]* eKUJm;0Io2} = |%."jTudfi39m Ov]f21dTugP8du!)0\_ *RӾB .kIӕ#l]fZ*XF:~'%VOL1 @ur$:.[*_V"TB7| :`s:ЭMMwūuWDpy9DY`QGz,zbS<_Öna#ѨX}-Fv DA?d u*q  4-BQA-*ذH]jAFU'6hϷTֲ MMR2$-:\da/w99 5.— zeؾ⧒ؘo'qxr>Aϥ cgͅjb?-:]co:lv66NCQ9{0f 0b=>NFnvT#- SKOT\{sH/WP Xž kv*jkƭCu9/1nc崕5:\> ukab1Axg=m \ qnoFYU;e˟S=WuZr#3ݿ})q@Xj > \Yk`$K֜^o{I| Tb6u\*>6'!e饽ˢ-:퇹P_ٽc$&'ND̗9s2EیM}t %/ y~diYKR "w} ;=. `by[u'*k`|`2ٝ' &mJ6% Hc KOݳӿK%~ׂ{2/{1} Cg ;#ٲ7+WeA Ib/ap rUF^)g_AζTBW_Auߖ7Sh $}6'C13Wl=^A'gP`1uݮvuSf ZFL•B[z8 K,~j9N\QG<\%=3T3qRJ b4e *0FX'G!kq$˾&uҀu8kV&J;iۈ/v(y7af!PKVV5-Wjռ'Ft ӑXg dx/2wzj\ I'ѓ% a'h]?a[ _|zp~y̷J|o4*ǹ3ev$#<|" aK{M)pP>XHl*2H)Uߥ~jab}!AZAk.AO&s}L-`ryXrvQ6(k-9ى%{ϴ)=l^( #T. a59$hߛ]"N| ĵyxr]C/l9<"/M7+EB3ךi訷(I\Q;Bfw$cN tʉ咑ՙ^ɏڻŴZAre07^]>b(c;67!$V&HcE!챲U@T6|A")qP0#KOY/x6w:Gǘp[)Iek(wjDlI$Sڕ+K;͗؎PRD"^ l#Bz^G`V" k\BH67q$ 1,Ѝ dY>Y#0ȲW$8aS+fԐ 3dl qClMԒQc|RFIu7yG1A7cBe? T_85 Fqqڷrw;GlxPiK"~M'G'v=c5] B &B &Vyg+V"vS jnrt>yE!8oUTE)a)9/="M'WK/!;x MB/蠭WI7s΀N; FPCL3z4mCgR%N'l6\B܉PFT̊<@O`1.ܨ&NF"*2?E L29Ƙ]-2cCRVKokS6j'Czm̉ VC *z>bG&s/nⶾm.efs#{CE۞5B Fu_ U 5l[v\)Qj&C9)sK]8(psJPC'\(z9n,3vAK;gy4~c\Ѩ{||F{2;P#.Mg_E_=[/5^,O z[wM-Heu kpr(5.K@|w}|)!Ϣ5QcW =ŽxdV rn}Jy;<JO͖yg_j1ʒd.7gm[Tk)ˆs Wpm|GvCѳܾD9j!-c/xhȵ=ڪLЉxWև#5 QKPf`{h'H%?A,Ȯ6o32Y  8dķs4"of1 t,)..yB Zߩr 5үNvfiFCV1D jޭFRZIMe!OEh1 MM/h>S~EgW5TL{+}j*{bUJY\PaȞoWHU5?c #*WQf\,ˀ0dWlFR>|4"!apeOdmk! h&aka[pPޒ<7PKmW `š_6&G}UCBw;E4?ÅYcyxg7 -0 ɒp R Д jif*R%RKp 8SDFb$k8QПk5 =rLNGHsRD%JՌbVe(NP2jdQO볩;ixc`^vū?QF{{blP{fƳ&H}^.dN|Is[g)tK\Bo#|!_dyHm [NT/d_v\c8T+q],auM@wS3^C4oG KX>8m.8Y+vͷW^`.=# Q94F]rx6RWYCVS#Bt*+d"h;l XZ^PFٛ+9D 㦂y\8iZ+Qw4Cw\Z aSXIʤ,[.KX[ 0"<5sk:ܻL$QG{Bn^%rp,_?-</Hڬ>kb % ,&c]4뭡@lz6KCڵ'&Ȧ!zTd!^؅g#q?@n& *Xr)eT`P#XF1V7I'("As%, bAl1*h\QI<>wW*.Lt'ra)TSW9 7k +y[Ŋ.UnƢS B'*n;_:p~?АSƸ zn'K7CV"\ᥖI՘@F"a_S;!z:҆}~hYDrayc2Eg()g^?W/?6*{F2 5sxq ?ydMƮTAH7׵$lUb=ndfmfȸgΪ2kΩ╩Wξ*t7(.R6jK}+7ҥ"`Tïjl ob(â' J9%8hXX=OүTr.k<(f/ (+/s"q|k|(F,挪ACj_N} 4qˈ2>W@p{$ ф(ϢYΥwbh+PG:u(a~5]G3r8 6IPDb}R9LD-4: H-wX[a2mEg1/n(}?0:C" 4Nz!<;<-  ʼF[{$}]@J̪ XHǗN?~ JIM<,I߮9/ƺ* SIKϝ*Egr$xq ^i ]0D17;O.q$Jߠ ݡR׸(1M`ݹE!>3t2nykC ے<B⋥coVؐwKػc`EP>&R%x>r6~!LG XYtЍK234Ӕvٟ$d! ٯ^Hq$h@P<%#lp9OvFpu-!dgm^}!Q$:bxjB l|d?]^>(G)G-v Лk HA m |@>5n.d'G ;n[0Nh nI+==}(%^A5a`";bxvZ5 jZ&Q<+HY憚5l*>]E6RMK3?LOZI=]V8t7`-WJVvtcP~"KYwCYPhY`^>RƦx{^fjJ~vsxdWb4z[cJ? k8~Q}10!$W,|+n4-Ȭ bMLB60Чoȴ\SD}{vPV5 ͚⾢1m.7  y'^)A7ɒgsn}y+#BAFRBCHx! dZhvO!`]up wr |QHpR i˦|mZ'|G",?7i>zJ%*gvD.ќ }(ӆ`3H9aZkB.Q&[g.=?N9x][ZSs vhP Gd1!mf!9o=sb<t>gM6`Sըd=+YDD{Bj B}fwԻqkKVs Ԃ$tJzAS3q(ǣUdkl Iq?<8q" 弅)"t8n0] *=z8tX sXeT (;SEܔdٸY{c31danF -@E/g>b4Nط1:('/$ WBr@LZ-޴N${$ ~%{@_TȲԇ4xquv+ _'ܽd@lsU4H᱓oX4H~<r67Ǵ4mBy_͞!b״P s֐f aΈ0Jm>6чU'avi1;b GbMfa/8wt)zJ1*`UW릞u kxC`Qjf0qzK0td %7W$@u`c`Rf!pݿ3ƐD_0UYMpvhS 3oBU!(Wj:ǽ O]|mn\@tu5Efiff0rbC$'D'nzg!&T1!s0o!szњ5}X畗`ԛcDin)s`=0$z-{%nE? Bb `KtvjHGBe~I3}(<=@}ߐ\F/A{MuO"Mn¤HDTs7ԣ2+=~ǵ]5D(1iЈ:LFan\Qgf ]4> pIqm3ч)k"V >OWG|F<(o}7Y3^b $$G"s;IΎF+m9EH&ieZĬt̀iL%JS]OӸޥzfψbT& daT%͉ƾ,$\Ba>V)(:r#8s}M쮹l쑏27hv8i>JX"( M.Xv8j[%}`^!|@ht0ȃl2$s!VȲ^,"EGl3QIl@0^cr:R6:i?<$uf):r>7P¼̽$B}fJo+la2e7[>$nj T\X&lw8x^ IC$Co)`&_vqg\sm(k?HA&zS$.yI" ` Ȅ4p>1LE(]]hFcA|WF:{HCӸ˝hڵ!(9Ǭ=?$}~T1ϭYBSmӗYt<pbI/ijg* Y T z`+ϑ%+P2xZPqħcBsH҂  YqO ,)sFc0+ "h``|! M (A3[,!GJT'W2%"6_q]}[&xePo+fB%Z`<_|@ȉloDa2.E"soiz';qVDZ5K(&}5C7aфmo9~ r6)m[l4J'H{ w3>GK~֠)易|s9XjQ,o^(bMΤMPJ[q\9~˹Se*[ xBY'l938;˯29;%aK]'w;(~ʟGCO(mWJ3mس(QEٿ}HFMb֡>no`#塣we@3.I6͝1a]RJUoPA] 芽~\;ԥ'[L:`c]xJ+-6tn^Q Q"88 Q0{Po>Ywxd&5_ = >Eu* .HR2Mߡ6 j/$LV'Ҿr٩4)?++`9v,M9Xx;s3`fM]h԰atÒ>H"sq&JoR>wfq^k2S!{3RGԠqB|E\m~{_ϠcL`*m`FBoqvM"%8ҪfR'<#e8B8Ck.)S=׸1(|怶 81})ҨUӄZ0;`Ku2codUy .+VmC,=FxZN෿$yeQ+/#mQk:;gr} 0<0BwW*7%x1]{Va$S8=NiŶPQr,溋U)D$OMͼ&IW@]hզz)VaKPhTh @#s+qL[Zd&i[:/?'C)yj i x(R|`)@>lЎ ̨c;)Dc`N '#!_0Iel ~UƮXQRJe_u5hG%q$%yӔ>g/ =cB1`chd IMg, AfҘ}9ڸwV@YK_rkʧ7S뻍o~_yNs&FOƝ*mTIaa)jͫk&EKX:}GxEGk4,jkȷh߂>dGBi=RωHn$>uE9(Pƫғ)H.6vT-~tx;IY0GV3W)}Q%*̵Ku=?qdʓy k/wf~krMis9 ّo)x;,'Y54Z%leP }oٌdd<,z] Y;EX:ofoG-a\'֡/$TEiH<@a*`:.[/N.E?0p8Ve@X3IW-b'ģ5,hmSbKEc>tU'j@v>; 6=.iBo HlYu11Z;=qe A}lMg *X((%ɛIPo^ ڬV6-pt>Y h an'gi;M8Lu;<X(Di5.zB'KQ6t3_Y`1WT][); W,& ,{34QkG*zD MSơSy{2=v#M0?by2ym@U<9hC@'"%|tfK|}`Z|! OO)?'5?%#XTJnF7b]ȯSt+yrhtBsK:[}=V&O(v}80'ˢՀEEOj  3 5 3`+NK >\# ¥*/<-ψ{,:C?_yl7|EoP$o)Dd@d3,m,\8 f$Kwp1;UV44B* NYv6[ T.C: .spj~aA4C U?M@p>F7Mo nR#%fDjPPTNO{qX-!7Hשȍ+ĮRd'D;}TAj . =%Пy^K(bq.t+{̥XBDI[}bBVTOYd'94u幊D Jq^˯19XcAٴŶ~o!x{:0o˘ʷ{1Oz8 10íP8fuȔV һQ钿3` )Yy+s4Tl<[E!N(APK>oTN͎O UꔋWԛ"Ns|XuJR}z'#H$!MU&`8A~] +"d*|Yli]&`Z H)ocg4ThG9=\vfuuolvy1[!7/Nh4/g TR8E;^f3K4-5MzLc za)+Z&+5lV9y <N'@!( =1ۼ0ANs]S'Kn65\$՚$j-Bbt>+LG.o`2 s-e08 (I7zmvN@/:+>dϹaW'iU. Qz > afX吧.`$ 5gJ%76ʜܪqlY-X,pC]X5ZOA*;B5LJ܋u:NbA#j- mejSr8W~XDFC+uN: 秴 @42w c ee(.C[aP.`xbit:_ۮo7/MbX؍"uuY3Զ>a %g<4KsbRooO#_g؀V~)冘^tI 2H5mΉsw`wn-o/(9G|g:kH{"gUe S)S>i@[}!s+eIі=uQcA y(SC g34RD3cv Kϣ,If 8# Fv"({ش_ƔYmHZ~Z>lG#7O v' 6Xnb6;:-ܚSW,]h(9Phlk%C@}a ٢Ǩ=ʝL3!0s0Oi^^݋ `nvԌZ%`=X͵jZ?`@uv:y78ДG qO]SE+r'Y(}\8Glmyd V- X Vs2fbr Uf6Cr|W`;"^_eZٷfE2 N!)WU +^v1[JX"ggDkIbCAקMfcJ2&䳨q!ّKJU~7\C&o1'j=b-1ͣIks Drx)|&3I!٣+tT\afN% xs ܳ:)BTu/!iѫ H3Gop/(aNK'O"l-!XC@/Ɓz8 "OAl2g&BV[cI߶]ŕYY]%7^L!b.Q!;ކHDw(qa=B^K3ӕ`H+U??O{(q![SH8{I .6yj Gڕ +) rS}&1>Ѫ^er&,9mW0L۪s$Ƭ5#dkv5hrܙ筍P9jΈȠRC~n}[x?M8߆(9bU~%q_Ɉb nbvtb$eߔƩ'HE/,nУ JׯDsX ! uFM>IJوkCo&B& R0tӿbZNxޝ 8ϊZH{ȲXy^?@Οf>&hu%9lt5d W7Z$J5+:!OxH C7 SVE}+WQ8~ 飃i}.zdC& k .^o8*YF8==mY>=Dce}C&`0u)qĝufE\i^$TW!5GEl<k~nY9#PwɴrbR쨎1lq6H7k2(aڽB Q]YI3q1'&rgO"K=yDs!>+z7$+~Zyq+ƥ18^?iX-JfO~~ba,^+5'^z~0UlF^, ܹ.w5[J qTTI2c^Hoj2PEz1EdAzݡoga(tF]A_%9Z0U1-]̄WTZ"㜷^nA5J7gi=zss mbYu"C& WGS*X;y[lMDalĎfs,c:Vf_ LUV~n{s k*w-$͘ÍeU+GZգ _L/Q >wte%Kd7(w`I`T.G,d$_L^zނ>2׏_kz!izXDtkx̭ȽV&d=l}4D 96JӶӻcY0X~Nx!Qw!BG/ Trj>;Slix:KbBtSHM͉_ku5閥oتz;=8!ӂܚk:;'M] Y&Y*|uFLJNYˆ>[~@dD>$|vUC|=ݛϨ@D&uq[gH/PpکmK:ԧHC6ɶnVI2^/jU2*P NN{PQkQ5`! n" U:/-YQ0Ts{O[uIyR\)$2bߡk_Mg+vK'Ҧ&Y&ey>/paqp]Z+Rf6mT5,l*HUG=Q^Rx΢Ca3: f x#JIMTTp?a(zAEXyѸydԖƇ@(*CHE tJ# z1QiB `[US߅(mfDD(Wg5.L%nmUVG|۴%89PQE+_DSM{a=A\EʱHc]6khaF>JbDpH/î}8j w9`-&6[Z+Q>`'o8Pdz~/~R~{e(<fhy}@-HhJnWO ]Mx;rƥ+9;i{$<,Lһ57qZWXYn,=⣽d(q٨W'׬xgy9u?)mblrZKQFE%p9ȥOJfm$alMZQn(T*B6VK[=!1NJ˄}T#ppw(M2yC+c?u3SAd|teJbbIJLn "`a@j6Ga<8O$pgɨp`fꆿ{yVԒR,hǟ)ۻn4 0k&0[Qz ;C޺ZW[$_Òޤ'LaDZZ$x] YW >52$ D~رz@?4@MI ƭa«uAO)W>53TM|IK D Ǣyfl|]7nN`EW귌Z^ɂ׶:2`(ڲ15=>D7yH6Xz6@U=d #䋿XP]ߟ  22rk<붿XZG# "_k xR ThW-?Rs(kM rRσZ5^O)Ljhk[P_ެU!I Lޫe QKNb[DU 8Z# C?xUt=d+Ӡy7ƒ9Q7vVMXR )]^GD?k{&,Gg,[9/ 4(}'!1IE%2lx@O)t@sME0JD DDsrq5ucT}9] !P.l,wyD.ڏ[v7k8\݇R鿗 &" ȬNrkZM?}+hb2|6SCE9p_KQɵuߚςarvHλm%2pt\[ S5=ͳ-Ơ_G]J);2@e8ںkM/|A\YQw`ۢ٪Cs\ eѕ[UIe C}t~9<& bdi YU,%'n[ tnBv꧹M{8IY~; T(S|C@S^ԡrqњtICއ7o7jĻH$J/g_xһ ާ\CdXBxd5n%\NN [Oi'KfO&ST.#.!6%bXFp-HcNRdHKv<58Uhyb_օmL (  L0a6v`g7H ~ԯ4ޒ@_cm(^fScA^ˇ2Xx '=S8nt)B٘$g'L$>J"R@7v|B\,TAw0^1ct3AxtAvKNR`&.ׁ 5y<L[D RMVc(oAhp!Hk+J U<B*-"eA6~dEw&*|]:ٱ,}bӎ7]o8_*24/z{I7 XZ|4<7" /m9QhϘGgsztj 68I$~l gN jOvsy$ZQ&Z@NgNY}δ]<_;`e":S)>ܸx0aҒ0t㤣馊_`T4nߦ𽆩Fz*ZkX6  tX.l4^ZTʨ !Mq- I :n/D/4U09I %|. ceZD[_|thx.t̗[}̻YX g.~u6Ա Cle&">vi1 YƿH zk!]]k։4.PW`@2z$mJErRopBYsBާ( [*bZGJc`)R*ZuYldEVA@;jh 8y72YnB|\b79o}& 4k`//}*|Q`*FN_pP{^MZ@%g/h4kV~ dvCrUKV bԕf`H2X9XäKYFq:]2ݼ2A/Ah59~W57_ ۝ +'RFGeofr%GߍLNGstov8^]׭B|<fQ"5Ҥ/j -$e&"x82&>џX' fEvg^ՎcJf'͡ԂobrM@X @6?Rv޴FcU NJ܄: UHE_zRZSdM X@SK)}KG@zcß)A֩Ft=Ewj98Wn2oM9)EӉ'Ϭx EI jEio;ȇ &tBr?kGc)\/뇼*;E}D+Xw1#|)k&jQb=xk C@<&4,h1h$?*=52s~\9խ/!D"c-g=+>?RBN qO!x.O]2cI*aD3 xD۽wVdE)Mĸ(bjҀԺ9_|:5Yβn,X{g\Mkk/} ,se1ܺjfK(¡CUU$CУ&?8'4( ?:1dũ0- ,Y( n,䙊ߗ\kf̶Hx?XWa |GHH0Ju5t'Lm9+p!NT3\OXD*~d<᪛X2{S 3ӹҫ~OK?k .OBk}i{'1owYywe W|a@IIHZscB&v-8 cG*swm̨+VfwB}kwVMqU,?߾PS eUJ}[k @-\, Mi;{d.u!"ZW?6鷜H2\? 7#Cb g7hHwy Ѕ]M<줩o|1 oihFoiVԫS8SaVw#SɂJ;?UHd~ԅdA4!mj JI?z^}W/)lTv؊ UpѸ}cx"J#"\5/wi{,|qQ_u毿.r0{ МOi0Z`*[aC{>ZLƊ(] \KR3S6@cFx.*uh%i>0yURJbD7t F>N=O&guQh32?T OsMu 0mkQ؟Q<‰Aa2T}8c!8X)OS`m'&+d,/5Ω|qi*1+Cx Gμ`!|x L']OE~}) %<``[,&|3뭤 C6.k_V+vty3th8a| z3z⁇t}:FuW,ՈFW٦qV |8 A<Z?km+޴9Dd}qs o;R"ŎdWr(2|-w+)Wi3eX?~~TPiR6bu";SfbCI 陊3эjW-svb?ߣ$Ч *W_VA͇EC+딑@`cO[B&gMYjguTK~jA6G 6ꬢ%TLs6Ua"2rOcf?34c&v'W2e{* Z턫cVd82 ܒpSfŔޑQzk S@U7 )IqEͅo~?=lr"')zg]R1;R o6]"m*Ing!ߔ{BȘf`S BJjѷ&ưc8S9J 'eoSk1MuNФݷ!f@Kq&+-f7|4O.Ps[q,ouNO1b҈Tyٷ׶q3erm}[؏~e'g!EhݸɱEnDu:91l}}&9DG]x'U#{e iRP;ê B~ڵHbG(hX5 y"U EwL:赗`Š;=Si:۾ޅĊa,j#HåPj=M>aVF1WQd2&Ex+Ti@2MT7,VH.[FuxaL kJH"3OT}@ Pq[ё0#dX.-'f ?_w%GTbY"MPYFn4Ī.~e+jlMiTn( i 4ݻkoO]uvAh!mqE:(LZbegd3 R4F3ga$'Bx[>(ƅ^X^D[W[qOi.%xw|O,}^# :^#VN;WOSSnPIKXd|Q~_ȒKU-DeRҢB} }%b2UOg"IƯ$- *8;kPWs(ot=JRm _(4ID8{w{*l$t;?J]S);'(ڞKw=ً_n18BE;PlcGkN~cF ENWD\m{y"EPD'ONN8^' Cp؝ xtekGsuI*sFJ<クYq33Bf> n^CS _,,E'EBgD? Qu5V`Wr1 tĥU/2ya[dd6`y%MসWԅC,cTr3ߠ(nD. vRlv/&X(7}v51>lfIHkyG$pjL~ܪU9*i@C\.~KAQ2~7`Ԛh7f؜Uq6\/t0oUdwbHyDUQK1D1[y 7,m$YKCzlGqtkxA[o6}1!R:rd[V8{}﷦@yHxV#d ^ԶU~`2bgZ7F_Nxx>b';?vizhC_]{"ye7~{2 z1IHkaʹ~/l&!FDY(sO gZfxB?'[dt @xaۑ*~6X(M֩Pҷs[3B޾M#F[]=AKtb OՊ|7X-wvxŢ왱/)πR0>:&y>:j PX}M 1?#0+Ru)(AˈYAEG?.2UC@^ZיYD+S 6`گ3$rM "2#mr;Z|0W߸T5QXO JS=e~t#5']zoHm.6{4E6bʱԛB@:\~?dca?k[XՃKN1{^,f7bȞp]+EB V/7J#Q}U5]_ةܓGd>IѪz6̝pT H'Ng۴܋_^4R( VrT'Py[ 4S G(#Jn*ؗcN_8 v bw{A 4>[/+e1\\x(؛ AFWg\5AXz=aI''~qAxNtbWŚ-A0/۹U ^<9=)9,JŃw􇷋j"@86hҲ ͔1|\Amq"X Bmv"䝎0\lKȂ"9cu˜}qyLrdāu3B): kEQc%ӞE_VƓ_\^ͥ|b$ߪ8{Q>W SI&~6]]wǂs2UVXi`??Ze-08:C#NmNoXq.UhAU^ `năP]Z%yLg9bA6'%1Pj`1zKɧ'guvw݋O-8OToY4)ܜ[v\+]v,W.g}$H/ 3Z:!ycI >W<1MwӻkNK»6sD0+/nM <KeRGrz:sst 15}͈hjDZijkd<*_dI#^`)Bz<+`JY֠P G_ '{2jd"YdRUR)fUe5ɸQZ7J7G nu.4µ5B?*\u{N,vKm)O RS5Lw>Dst3F wB!ֹzKͿ9"[sEehR̽V+kEiT̩UIXEk¾J,*Ҟ>fI90&1=6r8f {.WτeAuլ| ~CvI69A[yZs0FA,Q-7".~_/ygDa8J7PQE1 Y!H@ㄾ@45U{}ad曇\E+c@o?몍2J2߬Zp?vU .Sc (_3Ped 37)jOoH#՞xy,uȻ('x>0HE^HR vmSW;o'׏x G$!:4 l@2x,_u+_rɕfcd '&;XIҦi`҂Xvt9lӀPVBshpm{ 1x@0<:;' Y_r;8_C^S<܍5VW$iry fm'_ NGg3­~䵙+1CkotC/2QCS i pm@U&!gSׇ{@ )Eg7+K>Q,2j]~\|&7k=57 rz.!a9yrXWP#om>m`o=8e=߀ĵ( Ѡq^N$,UzvvbxܖxNX242ˁ5- Q2޿ n#xY7Ii1?"hÃ<+NљH 3gGH}ʒhRF9`esmoUMNKmޭo)Rg>\zl#J@v!W~GYHKZnp-zGR<@aq::; Kq=FdλpiMX(ǘ{+ߏ+$!DXB4+VhN==h ŬŠB\@eqa Py·~h ~L9$)"/a޻SA Bex5%ȯn2㭵*U{M&kIG9Z}dl^@^K9f r6J1.ʋ?V^Ru*?5JnQg{HQ7fЫ"qma3&u8yοƏS%ecb8Ԅycxґ!Ad)m뵄((ߖݎN.Jh&jzVZ>/Ugbןcy(b|H*WTeuqdB3lLg_~~@0t7qEGFWve&\VUhh{*qnWd d"RAy cΗ ۢp^uBg2M5m-m/}$u6n*|nJHcYzgjÝ!р:zr9hߌʻ?m!};354uIӬ3>% 9-BtGV0=u >Z>vM|_m:F zwE[j8ZbW1I1ԜJ}0$9 <zVZd Ї ˤW-)!)${1txD ^pP1~:˽wC~41]g3 OWI烞[:+Q'A4FHH=}(֔K\M܃WqZaxuC&E͈[sFӦy)xꀖݗa8 d>I=țo!IȾ#|@V+/NnҒVRytM]-GhfKō.w&G}(z|ZB3$uU`>$hCߡz-c_=^Y=SAp&C3fmQ /ow+{Fv%z'e \37J/E~?HVǝ#~20vz*v!){~j2. 17ʖmҽ;5BS?YߥJj52VJ+k@×JdLs -\ߑ<ѓ~~?6OPDg/ :Wl 4p[؛}w\@xzTop>w$ԂTQTIf1oM/EN*dF+QuJvLfw428*F ~O t@S ONg?:GR=Ludrɿf:+zxʞ&!r,R WMcx07 qU^u A;d A\jԲja4sqy}zjqKSpD.s0, ]jr|Sj+(v_> 'r"ird>p3hrhP;f4)YCXX`_aK03=4&x]xG o+WfaWEdX4= L}ʜP>N}M-v4iL"o^jYw PX҄FϘZ+c^X߷hSq 24ž[^ 򃂸uD.!QΣ5ҵCAZ;3R=oׇ_J.oX0̓װg06e3ȷ.7DV=X)+ߦUډv%%1[n\.PrR8,3[cg1S=;^*M%ŴG_OSpKMpFZtksʯ?>hoxONA2o2x}}Ļ'++"5y忤- ƕo?AMYa33yDFR,4>p'ńYH'{o<pZfK]橇 ]/n4ۻ+aQ)Nɦ-/4T <kmyPJ STPgLKյGCڛ؛>%`=>hXج# Z VBCe +H5*`vTnpDԐL,\5 &qՉd[X޵y92rDC!!(N~ Yh B̧RGjNc񶡑eJ<w |}ge\s(i!\9;&&zl.b~BhAv\[FcDKb@Aq(605Vu#r|t >.|z=ZYbYYsڳ)fMXRɀBK5t͖,y`_di#``9t.uA8(3͗ˢhWud;M0lJ&zFFhӔ|OL9a?vmjh=9sɽ G[҄w `$;iPb6U*yiӢqVjWx?AzDS+JqW-'X ζrPX\R4#*zVtYIH]ByO['3uK1q?tW %{>AqfJwz>6W'5y"cN=6qڱ_ Wri.n߿l)nҡLaGABA*ZSZӭPy "|(+R@}0&EF{'"{_k*\xk*npWwzs&$Z"HS)xGttTDyUURΛ"?i1\q]~h7<>wH ;qY㨡xC !6 r(K}R?QlwwX(o 'IHmޠ7W; )"jɠXl$*k 򌇕(!q#@}O4T]yS8Ł4y#8AЀ卦yBp'Ŵ0jዅ_av$s2nSTPjgRg adK.[$/xS5L6U?s˥=V*aEW I1h+(.p{X5mm 9X5`%wUrf9(?Oo0p9Qsչ7ضSH7BW"2B x߭a!4+|S.M+'0ǽ 5+ThV ։kbsCc:QS ͠f>j6Ʒp`"{=5hkC#a#2T:!DiފpL᩟Gq \X4l@n xj?I$ c %CN#u쒓6Ꮒc-pjbD'9@pQXW6/~pib(evҾE+O'*LvĘOV $lVӃfC`ϬhL9b6֬>"kjVL+2dBZ9 Hd/%@Y:%_uoMv K@mUϧPKdzti4G;e #v4({+pwB:pfz4Z?RoxAf`Z2S{:uTfxme>CUt=<>,ofCt~=r'OmBu@ A 4[0m;Z<ZޤNK$状ܔמ]X]5Tڳ RmQ`E'",`C@}05__ǦdМ/RyffK^T*}: iMjYfvYAo8Sav*WYN.X|'KLaFxc&.jp<^s~M3q f}?rMAY %zA F'[C]o0 `A,I,޹bBnԼpH_9Xl |L} 6n5ă/nɹL*6J*|,l<+ha {|r0\n)%4t/"4~$ꆀDC) šx3sEUéa\5!䦒%ȍburً;m[V&=ײ G2P RAš}Mhz5Ii|}1!,(/]a#Y[81%DN %1Acg%q}Wq4IZ{bJueЎJkDye5$D!.*0S{׾N,Qoppc+kst[t_!em"SkZj1_5eR`j)<au蕗|.;q:2܂ Z e!\W4LNj6T Mþ=ڧ u[7w"uk 0(?)LAc``qC*%! #\IPehtOUdžt)iE cpbkj< j]z?{a`\ϷC%^nQrI*EYǭtoC'-:Qm3{[$U!Nv˄Z/V\)SSG>wH4Jf?IDzߛ%錵6Q MyhY+<-u(g{:2MPZNnDzjW"DfySҔqy9 { h04ﻗ!:8N6NRATu!"-N'[h_A-ÓXݍ& XIxSm)r0M)**ȗ,C'0N%4ωfY|ާ#3|f'}d~^hI_ڧ1"./| Ś^q'gVکEc}qfWT8 v8 \e[9=DゐS$%=t;:a&NjIݱ7ŬS" ﰍtg5`%89z$)2h?vKkA]qe(* UAhG} .8ub2bOvuI`;U.ZЪ,Val[dNpS8}{ᷯQDg3$,A>;x˻[BCÛ7Uq$ߛjV:ȳ8&^P͑_c7,t"0+8JوxmljK'^ Z *7~]q;Zq,3JҠ} r.Ϡz_[d|yX[F]PlP<⋃"6^%!!\FBE=̢:SK M..j o.cyñ&dx)|Da-Yk"ˑ7wɑ`=C8x8uVv>.t(Nssn)yG ͪy7w-핦vp^4P蛱I(`чsIeP߇ז Dm_w,QyQ3a}!D(MHͦ@&j]Z bt5}W SK2;Q;37MXmÌHK$u+aދ @[q[{ nڠT}yct2.bo> d)<:=&% !}CV/R p`^bJ^sE#9_;KY ALNi;.m0x'dbk3b[LjX.[QlBL y~!,*$6lgk!$D6lvWn~Cj Jx! gghaZKK9c#ۤ$(}]=L6G0٬;+K_r;M%*~yɄe%ϋ7pկ XS_?9&E(7G߸߯)@N$JK(E84dO;)DAP*,$|R`:: =b*LѐwF"P2Ʋ(/]&s̭o LM[!-sqh6_|^x^HVʲƧppHcc \O`"ƲfrYy윻@@e ůH2iF]7X W-H+<ӪR uZXTs{e+w%؊|<.ސH$+@v;}}ˑYvp^ơB ,ɈHewNY{/60,}r18rwH\v=@(S#B; V(tzRHZārv\2˾}DU8Vϝ(u)xr`+"ɄCs{EzvrJv;^V;.F1رDƢ~1&M Ӌ[1jrJ!Oɤu 6[tK{ᮿK?3bzh)tw; yё DXĴV b $. :d*m*Htgbt[ E紺4%ɧ m#;!~Bf:K*hÂb1t?@ϤH[1ŎeFª\ h5J>[zČ2 {O#< &xΨTĎo{\e)nv߽x*&D,]/Mh´ V'ɸ'  z O;4QND r Yx_eGuMJoY<&vF@]|.Fo Λx yoHRDRߊ%e7ŮʓF%m~%8ƔJm-og)T`U{<-kJ1%vܮc}ceh!|i?| zsWQ y{;-]&=/z0@lw 4s.(]`䄷03"} 0$o?oJDlrUͼM8%X?}a۲ t&LCo+,AcoF&4B %25JIJjX 5_ފ7VB*5W&Ra*JX O-XQEa;ļˬWZ|.t~Jʝ86zv֣Sː>hl~K$u ɚ-Z2vhFH=H-Xu4%;qj[i Y3Niѽ^ l_lN_7^_դFX)oNcY4((h aiNUb !ΐKJ)C`jk+pnMzw/_3 KnI?AB"NDb$eDz^A[@=kv{c@7HMRҡ-Q&Pz,ȨNB#NK!D ʓ47LcDK̸!5Kbէ]3fyC@fCr];`vBzkݗ`elԣc_#~UU "%/=ǫSME|M?KUP "uS Y})=w.X6gqIlМ6G# KWC+Y k4-tG)XR=:ɢ:@$L / OvZ o_9E{a|t~ncE;`",kL ^l#Jp*Нdk7c%lN i>ǻ} +r;q@Z5>{ʼ EZ  l/cqռgFT6uL%2OI]Ӂlc* !SdL+f2˄#g &jç9ZmrV4ў6DX*q\3A *E? Ju ?5Px t Vu^y"ݪ[­˯ܟeCC DsT{l9MMEu΀( g|yIDa彴 CC{0WpncKRۍ"^(9^> n '?'ʏ36t!}J$AtTj 0 %*uA'1 4. ‰6VE:I1%W(<$Ʌhf"pdJvQ&&Vv@BzXi_!6k]?ĉ< LāΥ5FD3Gڅy!oØw)+O}ߧ"EF=DT$_?,Q t.==@`m~3B[rY:ſ$ѺȆtssh:\-ǽP%"Jѩ!ZJ[phZ{4W[:tmUs/ "}o)|W_0-՗*S:F;F[fSHz h ْ }]* y[a\e%>ri~Cf'cN5|Nq} 6M4eԵ2JgϏGR&dCC}Fn,l"Fom9PDzZeԘ47g*N) E{m")`a͞[4۶~tmމǍɺg+{\uŴTx^[XCח%ٸp SVwށ&ZPH?lhXvQPH(F,T]I&:wMZR+= nmLmXb &7š4Vٲ+BN6lVQdȝ}ѽ5 0\>Vʼ"&Q*TSZ4O_FZ#5昫rPf)e#,vg #tfDjnߌaa֊qr 4q);@mbc9a0 ,'C3ڛ׶A+yИö:u-DPfxx*0վDvrg,YFz[  mi2~"6CLc|QIAp A"1W%J@GZGѕu,?@G sR]K\DS"3!O1Nvtpԃ?-KLMgfW߃1ITtו!#ƓуE(WتMsu<B 2B h<ڶlz8L(K/ɮ"[4ۖL/҄"Y0:esѺtG}AYa7YkVE7:`קo {Ell 0NxT;ꭃf7L/IoIl Ld ]0Pܗɽ,0~3hCmU/-zVu ;5ov鮭nӓ}yN—džoN7Ʃ&ۦjLfv ֹ9vwQ1@NAW5X`Q:k|\4 Z ޒ8`>RG5V(H%* f?"JN~Hzd3YaQW1r\Bf.̴-tjJ@$";2&3 M٨:В6Q>F~_څ=ۥ07AtTY"m԰:*룈hH(ߙ")x"`!DB5x\`&#O56qK论F8(T-jFpM'z !-SwŘಗSQn>#%< ~Hk#Z"LKsku~:4~#;XxgӯN' !Kߣ,Q7pfV f:NvN&;*[dc6.,^ڛo97 y>«Crט౽5Ep:M]ƒ58p Byr*tTpE@9L߼VzV>HI?׳Z7$E1X4}~8"0'p(Oh\|w+ՍTip gA .r=KƐf=3<\J$~UW1?BkDH[TH~ੜVt1 rgbNЇ&+Id,,ǾD_GYm GHi=CR5P> sf DaKOR"n1{@sהfjak Tq@m`8w['7뜵#gD;BLN|v^kxKO64f5Ί*6$L puYe+KN Zd/ n]cLt E{Yx nݘ\\нZ :HeyC:( SaHj~GPb$0N4ܔ:Es.U+G} uaZ _u(Z¢MOA R޾~N405x1d0MӡOEO ԝqlZAՍ/A=H4;HeجdQfJ!SyPk>,*SG.*s1?g|6#Ur ۭ\qLwɍgU)X`:6M|πm$Œ}@sk%si[ϞG(e^$9N}btT:-N?'5?Y&xq=&RüOz!}㷭\ "}l)c9cI)ĒcV**C\ s+nwдqTZ%E"'H@& //Ts_@𮨈#ijT Ƥ"JxĖP{@o =xj=c{{~OJ{?_^[J OvDl[cm{-ӀGT-gԐ"GFF{/o"|sP "Lf,g^[c,NJ8F0?R{;>Ф_6=WV|d똔nY;C\2lmݷbbFb,Ks6-k .iO3N-zp~a,*h!VUH0wC)5zVC@V[$ܭrf4xm**|p9H%eG[x~bF$!G<$/ý肏JXh3C:8%e :??`SK #ɗ݇)#-ǖ/F4D)5SYV+/$LyqIG}'Y? \M1Եj}.:!)QZ\C ͐eRˣ3! 4"M N?S0W_`oF% ׸ 1PۄZV<\/b0~ O]_] ej2tnЭc;!̯WVƧ©xPA`GT\ϘWRMh-w&:GzWU;lU͋oaHlI ssYo]36zO!j:K [Xo*0-.1CXЛ:MXU'Ϲc TMSA/*%PH4j:MesC,(8]TFqƥ; ,y5c|hcHYUC%l hXfK#)k<"mT2ba[QpOri|?qZOeK-~IcE}&'PfCL\ESgeG󦚻ZI1N+l}J:|m*>A ;v"Y2i+\[9XkPVtK`iaG%D~=J%o,A!dE \p?6?@jb1* 8|||V*Q֗S=l4 cE8iQ"i.JַegLC5wBa3Ti)#KymWv:dL]oS0EjYgl"{ t#thIIB2Nx+_8jAԅ*hC^Ӯ\/+28Hb{rφB֑<# V"GG tkxV;ZdJ$ʁ=]w j$'grp;.49g6Q訛Lg#'ֆG g SC'CzMl˿F{#zd6c\Tgμh,Z(I tg˷+3 ]ݘ:=(chB;2aA<|Ҧe.qG|i-E$1Z`L%s J @m&k@01$L.\eAYٰ1_/7^9C* .k ڄQe|pt*Dw pތD`ǎزf }xC< ZP1{)n8[XI=m_xh0]!ןak1J[GLNZix2ʧ$PlkC85 ̄; >:2tKɭ5oM'~ns!gvA'iL|]XE}:e;Lϱ뽑Mkep։YMcA yrEfwilXӬd UfP#DZ&DS0hMq )"NNS&.Pѳ*}[N1z j(xqmX6|,UgG^1^"r֏3Ł<ѭ(3\ A b=cϝ y\nX,|-+3ˌu{w(#1tlzȣNap~_ӖF:]r@pYŭ|#f~za~v T;_J\ ·Y)2LQ湨 Y*,۳/P 6)Ej2x4 w3Wr0g=OY1թUSg1[,JBJ&LVR gHNY]xл9M gAƣS?dCÍ%pVx:;BdbB12߹ݲ ثoWŏqظ҇ܶ"z.5J |pF)B s[ gQ?5Yv#Yq {vjZ~cKā UDvv$GB |ȉ}Q=%w6-bJ y4c#ɻwa;,NO}?ܪDa7bjZr,fjΥZFSmEH;LR kzyy{MWVAD }&؋5 G9XNk^f 2:u[硡g5q-+>佼WVDpgelL^PZ5>E¤8zj%ѵ'Z$~jQzS KKMIld8lqf1\*%K"uAf|?% {hV5wI~$)P˨_*Z[;M%a1%F@WIpxʈKkC OF0AM՛*¯$*՚ryLtްVQe\kSU5RF*u=#]1kwn6'v:2L*xs'ɏ$ZfNv@&^jCE F&:s7X АN̂\Ĩo^\aSu :ǣNc}^jc֨Zb)dt [k^}b(|$",0MZaDT+Z̯nj82puNq& _2م; A9ixmӽ,(jh;c{u//Ć/m`쟹z8C9WnnH^MH+D`t$!Aw?@I 8EZhz/3N /aCa3"E͗eÁWNe$X7csjOQ/l%w%´DUc5"DZsf!p^bDjfÂq%SZ9DžDm9ݐhz@mTo~t圲-acf7vJL 0[ K/(uVvJ9zK#ܰ`i\MŞ _h]D13c)+{,x,V1rqHn?PG&ZyP(,c ?t50Rs*l?õe>b?h^3[j"⾐?*6q Ǣ KO"U:mlw4b"]W^?,z&Vkeѧ{WHvZ;y4Ti$ +Hba:BevvZ֑8gq ?9ls+zRwk013d̢n*!eLjmR Wq {[SCg\YHN5nӺJ0DꝕvPjA`~#jk絶A_!lP1kfSJ"8+sjpN `X|z'g^g>a.+s`H_81 Ek>aJZ6Nb*Xn87W>!9Y~'+Q˂1ht|g+,/fL>sF@#3gOW??yURګhQ.a"J"Ufn/M9&ñuXA%Ja}Pb+򬹴c xPzI ,U9iq9]ϓWe` 7var'"v(TOY6gE+- ;!HМC퐆58i6ٕJҌ z7rɠ1dzGyF'|顉LehЂp.Nk|hޛJ(mHo?C#8NKwc c+gQE1F4J1=A5T0 YD=~OU߬SiߟMdڨqYK(!q1QFk1lwcTO@`kz*PyZ -3mN_%f4oA&Q7P6CCΆ0x(shHPw_ yg]'E.H{ߒւR::@9Gr#y3۔2~t+qCJP Ayz0;K$Ҹjo= )8 oh;UPeo) *%za'Ah絵H96W$;qt| <#q>?N,rİ!:.P/ AHB@@x\|z3~^>tԪ$sq\hoW(L!* V%pݲ˿,2~1K8Ȑ:Z,m`ɡVW)7)hź&^\7K\*V?fIZTL  9AE |=$/U_h+ְZ]ǎ^WטV3Ssn01QP "M8q*@DGC zš%s&ORZ`,ZՈG V9*C7yiwnxu:<50r?4J*H0@[΍^q3Fz `eDE'.It ڸ5)R辙GL*߾"bN\B*@XzZ.0C1=+fDp]<\"$Yhjc5OnP7DŜ-8MsCIm^1]S`ѕN5[|+*G1QçiϜI炗pR2戹\qc Ttŭi5[ZYҧ + pSX^7o$EZDt5`g)j [ 9'Z^9$G\Fb hie^uQtğyNTrϜr-D%.FI dk<ƽj0/^su$$U(Yqݪ#`cet.={ܻ 8\fh $ChⶂC.* NILY 9#OQ B}-/Ѥ<P4cʰ(w'ɣ[_P}|TFp~M-> S] ʼn@ݸpB.=1c*c5tPGhCZ5%~bhH>+q>/tIЋpHڥiB2B[*fеz\|Lem6w ?c6)Cz:wypfmV(p_f$|Ip>'g vQX8xV/8]bw)u;KQ`ɳ6Jeچ聽LeEPZ+–b\+Tr]~VLTh2MYimb6>܅2F[bo0_ƒ(F"{Yd%age DxPkAPP}s4L15IKAIJz0CIP)2z零ML>ă׆¬:DJt.}8E`?_wZ[-p-t8rw/*7Oj·YG̓K`nPڢܲBO^xC{8/C/dA\04׍;!c45*b펀jW^# HQe w\ܘ+`_F pNW1f;:܊thYTY";5ckQ9m܎rb%T~RyL>^8uAw#Љdƨ:54.\ va f-*t^a2,nNr(9϶ek[_4.]-<"_9=-)` U*_Ia=0'J{%7~u)7j{6l8!RYW(] Ӣx.܅!6m#Q$0,.EƏ5T5$=Q\%5%#+ ,Cy\dž$^*sfQy-w[*4A[>fKz4l0,R[Sȧf >& \'8 6cgTRV:mmlt,̃_C[Tv 1{=ZWwMnGsIS Yv!OKޘiy説aM hdxd,ëv%6@15wsjX6iVH;L!v ȡ@l VFtXZ!;@~Uۻy{,-%Up)]2 o\2Mg*oXs趷tn) c[\ofش֥N1?}Km8aw<"=05 iǜR3Ƹɀ )~& IMNkl*PBWzl4TNZ-nfOM J̺cx@KԐss **<Ӹ[Q!7$d~3\!l9+ÝmRKvVpSse]18C(k4nR*_D!v>`ƝiS,31)L[}܈.g l`vq]z6:[عHQ^e]h& 20Kу5D,QQJ_b"} [(pp24&?剳ߦy9,)W%<v*kYwܾvˈZ5SW}99DC?ټ`@,B+*[`j-j=|vC>irx<rC|2Q|:AXϢ |C'ݹ]L6;@3ƫnh<_V*#-:<~E뀥f ԯ!AU 3a礖6{_OVx̘q;G,4jk.5BAZ120%8l{ {nNkdߙh.[ _T=sCrw9hTw1ZL< 2̢ E<)Qxw8Gc7+θL74ġZ ].Q!ORz8mhys/>chJl0V62w2HE&J@l:Vg?@'_3`J;-.4cǒ a? b'*BWWlG_MUh%2<~!g9yt#g~`ɱE(ע/~~{!Rt@j+6*gCʼ hLٸs #tHH3yn'X؝W QHsX39|Ub{hUꎭ>7jDvoꗉ#?L"Īi&cv8QI1e1GvV+/)qrVI>{>Կe5PcU$W_o}I̍kO#p5.WNt 8_sɊU\M ubHĥ" z[UFḰyw}&(JLo1FK) #1C 122~yKScq᱅pd>ؐFJP}5X{h f<=45Mw~Uy`)`S^[9q6Ν>ijPv@Qq]-6_'Y1kĻUKS"55|a\YGmԭc ԇ8 |AT(*sHHpi%pV>#-0dY!J}\ lAYVy3}Nr a-qo4*bqYPszҨ \U KIDˮl힤 ضGo-$bg*Ĭ>1B?"t \ZEۤSlumL͉8vjÞV?fg|w$7g !%V +&Q@> %Er"/ǐ@3c CIG |7.*Vg\;_rQv#/)<Xڂi҉:f uBFp7lEȣ:E?A`6hy \fǚyg{^;If :J ʞ}BE¤Z/=l}ם*HZzdMX[]W8}l !4HpG^hYNaF6ʆ(@x :V b%}K.ڏ(fhjYʿbEG(ٶ5OfIyfx1oD$iwI9GJrf?T-RaHTìD؉|ͣs5C3Gô3ϞmA.N+-^sWInt[/Ua!̸%e#jӽ'JBDQ*ݨ>7& p()Xy!`@ae^}u4;*s.M T~.,.=#.|gN;Ӎ˃k+AkRNzҷmrc-y?Q*ҠĒ7u&o&QoFj9-R)-Ay ] Deo7?+և0eT&}*"YXT|epb7!(V :1o߉9MsuYX,kA'q/u:$@fdћާx:zи.Ҡ lBj iЊm[Bx_~d.=,5zy}㧜enHޜ)+VL}!Z1(?Mv ƄRzO d4V򕬉129尜{'{h?ysFZQq[{4T7TNI8GNkAaHJ4Yhr㶮_zf!` ,9bE V8y0Pd 9]o coH`Fgq^1Vx=+巔0;Du!|=%'>u7@~I&ҭF+,%:+19; Q9\hA`?T]2=USO-͏:X>hiz6"' Li ؾKl1sM#y2`\ Å#ƆQgWC5 I 81(:UPˊe jt靸xYVIh}l>t=|`}{ M䛭K˾lǾЧAwx E'7hwbqeU'YjRwB6cLYٷCIY[7 A1' $2l1=])Vt++Z_?]hJY"4vf`'L0Wle o)IʱW2u07i f 6B%QZױ?烶?C=N ~{m6"`φlI_~wFId#V H/o%L{枛G*:qAYaq84v3 vc|ݳ >i86aDuS Ja_.ܚ A%~ a%IJS7]"UE7Vh PrX4 _gγ(T?U_ev$^Y{>+"`@u#OKHdF鮩@gUlݼ#܂`^^ܾP5OIl&e$< LSfF`lR/sцr*`w;_PDa\<%`p,qjqn 9tR;AoXJ"ۊMe[ #GGv}+7zߙe/{RfDTʌT:?x&l~̫2 Sv7:[ 7n2A U24q%ٲȮXG/ΎOpVK/t kF`ڕy cU}߁.lE͉#FBx&T M\dfV֏jbADXe€:;-LI7N} {Ղq{4 ݻκi4UA[^B=?χ@Cec& ZJr鵢5)%M7Mq-$ȇ$x4F -ʳ yn5RO0*E1LpuұLBYq]B,@E^Ԉm/TWH_D9 Jk7-Ѥ&Ym/J>f<LOI Y\Ob9Ppt--C+["i%h$k<u͈/&ҵ6x2XuT)?fvr< >YϬfn̛\[~j Ji*P7@^?*e^&vEr9_FЭ{1UB) J9 4p}tl8~NkcbutMu:W%F%- o;c|W^Ќ H slj ԧdz3iϽ-]bf봹VP$XL`~RDN{.Ps#~ے$#IGjz*yA$cxZ7*1ܘ9F,!1i&5pć⫛-,C W{gɇ_K`N{j\PoLa6I?“飓=CIh%4۹S3acӗj܌DŽk]C :N*O.qʂ^I- /8tyTM8S`):_V1{Z&bФʢ U;Ոw^VQpġɥpzL Ͼ8rC`'#I镱9iM}x5|InVWʱt6cbX& ͵`=:|-llߴ\YʻYPD' qA'fN?. B^?6ٝQWPĮqBODf)y\᪎hwy(zLf5d!bY }Ӳ$&yT`Q CS֖cC[h~xG?8,ܟN*:uBkExԿu2S|Mj!Z]lU{w0uWbQܗ܁틉_y`fW?x絁'V"eLynP3'aҨ5 dTwp/mqـ & |ZBVS4{3&p!*Yapǰ_I k[Kڬؖp<ِOVM TFsOw@DT.zScׂV|Н^qTwlմr,5Z1iݑˑ~aly0֜UTw!B]vjdpAALw!K#^ck}Y,@ |gu^&pJaLe9&Ol~/HVYuB2&3`2z)Jl(?9NI>09w+Dh} X$xӗ-DAɾoW]yY>_R+4H#zLz.H`ݮZ1Yϩ)(1Rf%9 G4)@ZҒN,UԽoC.qyx9ȣ'y'F_v7~4έ`c x/>.*L'AyP*n%oG$efȎ ϐY5׽L&V L:l|x] YM}$q ǻ9cpŘWF֏ݻ :jbMRqϋϢp]oy`7>dKʂ?(1G:|陣ܫǸbDvy,Dr̡5HspUH>ҰNjY,@֒O&nR!1 7N&{!<}#-8c d$M_Dvs>9hq߇DRFf/XR|%)DRFD/QF%H"!릩W@0t+DJ* & u;,ExK98?|Q]JB{b%cw5v'@ۺR["L4Q"< Q(s'~`!'kQ8wrKc PW@"x xEY6i5sdS*ݬ3,TKnpZ ͨ3-eBw2|u`魚Qa;f'`6mB`RD2uoKpXpL8O8t~DK+.C5=+6eR-Ơ^?[粞xH:-m^FW&. 8{ml"5J.g QK޺ n56:߈z嬲۰|`ИM ):!SC<)UtIPPl.2®Ӛ4J]װ ЈR&Oܘ͠-4zA1X1 "&=pa E9z" |U%<#2:b3@jҢ*flq @Մe=njW~Zt?N0hQ<{[a_|"BַkHnta1ߞ"sz 9KĪ8>S0=8SQJ²آn]`\xYx {w/SrkP,&O΄_^? l@:;_ؙ`oّ?>^eaGMeQzPqn2l Q?}C*ˣz aRWjj`KWh }Ūj8$V., $teK?nfW౉tFzͦu%0ٛ*15l}֘ oh&ؼ`J'5K\)*Cs {OFVj&\,,I}*\.ZhoݎM7.rMM$AiUʅa3`/qWk&(c΄5lxce8,̾ Z90Z:rq ,GIVݱ,p%Es4' 'x!I~bR˹5[XY#~:UUIN'f~EFl`Fb+a|b wسRSHGGx"tٴ4m* \RJ-6SG0@iKV;_wVBoh9"\ &lP0>=17$-P_]ޝ`B"Pfkh.~+ǂ9#7g KOV%tζtA,P_߰c _GZy{8~IC>B=|ȕ?XZ)(Y2{ oV]v}䒔$i-ݣFtR`1쳰+0S f~;Tvnm  b')ŎL_2ܲ+ yMox` ۙF%! s0DP.`7 g ~+hg'W<R wFOD' EoMpӠ\x?\ HL5B߾{Als@W-qKRSG HATO6rk+z)*nrj'XH gͿܿWe NM (͟*}^km3|~C\׊y/t{l;u@0ˮc{̩#uN<0fmz2!X;]k#}S :%:7U.(3!9;8mJd{eixDtD+'~#]aOץI cQa4IWaQ~ߞe@=aBcA+DPۋ? 2F -u )TUfc@{ep9Kc82w4,y*N'ib9(2eztn]r66 e;TRd-\+~}R q~` P3 ?S mX-Eœ=ÛGK  8Ȍ>Oo& R"'ҊrG( 1ds|g^*8KBpԆ4[i|xtvgNJ@F5 p~S@r( p\A\W%Is[t\^k]A|pS6x}ܕM=4D"Nr{g@rYi 21QoUlUIE0̧!&NЯo%#0iuʖ9 ]*M uq?5IA[% W-S%vNת;bHO Fde\ 7|IfW<7.MMQ rZ\XZ.'l:5^mh6:xNBg z KW#L(8@ȢNnq Watby/AJ_ q/$DmP6);xWo mH@ ?G`G!S@q,X42+=1Ǟ/> sWs,}#kXz\*g\[ @Odb3kݭš&Wt!$_{@B2,+t]'zwsq/lh1zQtJ풃6M& t[l.J$/Hà`"armg*fpgǝ0amٛ!C4<ˇ~#.wRD(j#%ix@GA46xSfZg^es׺5^N?ϗLODM+ ]h$ME-F2WGV[@QWP=hdnM0(!zvdr!4p1ٌAڡL}p(5iPhGMX1H, P eN?3bPBaG"LQEp/ZH Ej{6C kFO1hy6ȡ6w62ff}[*JiDg%m.#5-ΨŷEt V_KYgkWފi\jngߥ #Y47_4 2J=tYmf}_3Ay7Yg(MTEY%sYN i';|zS;ϵ9ޘf4]=#*fǼpb_-Åw7g ̃8®SsXdU愘* H+zA~ }aZ>h_҅uYZlV9gG$iwߘ_,519 _0%>TǻΟvRkў%ژigv6MtXn@fl qkSm,,,jrv7x+0Hin}~PedQ'# l,rb<:zׁ "As̜R9svmٖE2?Q Ħ*~|H0s Tb*eޱN|^ƾf`'ziv%^%>kLO!uikDZcS2IwABQP o[/!ԔRGo.5O&3/ߐMPb1G OjW~,-p*bN'/K;qD3PV:BH_; 7=GkcU k{p#;' O^ޫnKK&ѵ=wf8؂PCHTvVd Os.Nn_V9.J|A'#+ؙw3tБ;v؈*Jl,"õzϵ&ad IaOAg=Rhۿ) n@M'nHYjw8V|^s^SD:"a]q)q`~kg YHFL.}".Y⭮S2gr@uI2޶mrAtiCpm5&ayEΛ3Z/:Ѭ 0RXm:h2O\ {&D`EP{j!r}qu/f ph̀ opӒ܄\Jf!v7h7cDf%NyBOћߌQl-F*+cK=q]ʹ8y^RX"eU=Y%cӬD_!˫i?^lfM3]D15˜qSs)lzp`Mizi[~ zO.IǮNpLtE)kxk*Bi:f]<^?K$~WWiUkn$J[+Tw+fkgTM]v20oe^3 j`p{lxfT \ j- sz$"_BM)|2))>>eg1a wM%cKrnZG>6mumR7Mє8uqߘqHMi5kD#m^G:HB I?|kfxU;b#)h+G>0bYn R3kw6TH`(9z 7Ѷ#]~kQ`9N`&<>n|tB>[~I۵C0ki :exeA_b؂n8v^qF (2hFSgTye +7 hY!NOlEsEҝ7 U$"E麣_s5H7~#<1%d hkL$Y^ؘLF+h O b}[vf@"`'ҍ;tJlz`]0sm#5(7J_ #1(-CكyK``4EBwk,C|MH.6r67%m1WZvf4x8&H[7V%͆5~[9[IHiDx9q|,;SfE@{Q,snfO;m gZ*G+(9K;`HWS`TȘ|y9ܢ'ZHGtq" >zmM`ѓ kk:y5PJ vG) o֙r6U<k_Tj>{/OyMǝ'݉#P7 nc OKG좩IOW?S[qsEjQ|^("@F%oj (#qj1w.G*{FJ AZ-tT884 }=שXe19FDm~&߁NZPx)rt2Ru7R uyhT1ݢI`۬ZhC]%]7~)s]ۯL`M˖J{ۧg1֐OeWZQ1 78gᏨBh].5A]M8xlASVښ*Xi5-`8,EH,32b€G c~J !M/]6iVrܐHnyZ.nLkw:+e/9F~ڊg7; 3PԱm}!'v2B'FP~\~&-֝d%abk/,pU7&uSO].T1!i~XEwF?h#/?{yr0]$ nW&N59m8^Gm r`,m&O0C&#˵0w4< (P L0]FPi4ڽb#`׻ H1Ägr{qg&mNNT_d'k}sr(z{BqɊ@[zEv%ymGQxvS0򪳹|Ҹt}!DW"|X Z>@.[37@v@g e8J i@e پD<l%JA)4_zRR lWpC1<%Lӷ{B|~oVN A2H\lwi LKM6QADI]zV]⭞^8\eg]Hh.]ϾⓉԋCBe:r }`wHń!LPdJ55Q7]A2P6ZشNRA IpFM)QP-SJ*ug6_|"Y#s].HMEt$ߟ.\Ѣm2@}(+U6ҵݧiH2e,v!$Fzj[q@:_GzaiZ%Hqhv :DPguU.Dx1ܭv6Ⱦ DR/| KH27 +B[0jli?˥rI>S^%5%5,zN$~AB!­{UB#C oԟc+@ORۆcMGW4qa<Ȃ)? sEh'rg_  (w!LB̈HjS揢l <{J "ݻp0FREjyE{pK q]: M] <=:Vc##D8w@qkJW^(J]h#"\%6=.uSȒo_I4TL'n{;eG?rs2#7sD1]` 9Nr,C)cg0JV::iG&)蜼7IBy eQÅeDh"lR |h=$7uDΠM!A.E(Ǖctڡ|u#s˝"l{ \^}5wLwR rE-KµLetڇR`iҿ;(Z.:JQ`|[>럇"rT~X4?C !@W'a qʉDiMΫ.|2Am-R,Z5G]{)#qx)3[clB(!"ŹE!g"xb ho]F6@ avgW-섰?zU4%w1+N ˖ =9GPW},(+M QiR]s,:0ƎV&Go' C#wvXRCt'#TS7P-񼜰%F^F@DxGqM04RKӮӪe1cX^a2Gi1KτH𨷕7~,Z1%ȃO0_X`qTkhx-G2o`TCzdĐjkxb }]v'HV:l/4"K=? W\(ʙ?s6[3m6AGdGb#@(֨(Bۦ/R {ٳ47^o`ȂE%8^*^1 j՜lSsnR~nH6LUypÀp6uYE@6zw^4,x6I4 w2? sj:H䓨p6dA7U 31+Y{lI`xm.Ơ%BI$SObI(-0e-~qzs XQ*%w-aՌ,e59)1.YdNj{T*=s±zZdxӴWoIJae"/yMi1 N;? TtY,$^ۥu>>Av+L%[w22 L]_-x?~S/Ya:\>eW!TW oޔGPƺI # SwXf٥* ԈN ^np ƽ<7,le>"n+Sb܆mnήq _Y59۳eq?LcѪ VFXA䲫ϘGJ2/ЙG< go1K(b*C.zzX񷒷cl gd >;H_cX$4/<.9| uX,enݶ?gQ{|- C7@i=˄lqFyz zcy`(*7`,jEhT#I3`VpO!g!6U}̽He׬`_" O^t6z=T!0jV _PMܞ K: Dh04:(Su 3zHH l>朔pm*Uz[7c则^Yrc߃GlQ~!hb^RGNOtȰme*@,,X,=YPّ{$GiD%WX:LÐ&9;H~,F;穮)_0rҬJ~&s2 pS;(Edٍ˓_E2vp"GFԻvƐ;W3ä́"f8:$#6|Q4re\ȉ눅t# 2)EGGs'"# -e`bч#EqS/V٧̒ʦ l4l+`o%_CoRROO)ծLjޞ$ AXaxIkZ}A3ĕA2.s5uek*ʕD,ׅCv̽Xĺ>ͣQ[G+ӚFDċRkVe*Ə1 ƀ7.y2g!W5 ^cFa>3 a/(ܼ?+_ouDنCZ\}JVz}C.)0QiNʞY;)JҐdv&3LJE.Ī`RV8J-M%͝.㪜4 5gS9(?ig&ݒ0Mbf Y^2qrĘ)q OK"7#Ze p)شU9u{VӘh$$dΪNYlZV(iuj, _- e;T]`؇ %2*/ |S&ppq-[fu(BNڏZ|Xd#X~Hn3e:gRCsQ]V}KU-05.2BnbL;υM5M5` ǫDyyHD[DШpxBI" $ŗuWdVm8=NrJ Bq^!w4d_{3By+S4CcuFEXig<^97@حغhC^`KaHd[GQdFn)gԽa}my䬶|tuãҶV"Sgc# ПL״2g fiSwI$FerOWL{ ڧMm9ۦ5:}+3 e!/F#f u3 k~F%x+IqgG Y>Zy?5]9o?jzSS~iCJr-&ٍȝ |{6-8iS5d#eq4}|fY8kbt,]-@l9%Ont61 mޝx=>Zȍ 6QAh «# M|)m4tOHL, MEr6Hy2A?4_ d~tV= 3v#[xdvtT5l%YBllY_yj&߰#vk!jw1:QZ/F_NVzw{Z'Ҕ}S$rv;\@$hzt=m \uI,mImϞmj , ,=_wQWbs8DԢ5@^?KF&"GRϜW%AZI)q.aPC VG6Lg阠p|f@"={='3fzf)@Ԯh'Wkj#Hk0ka| 'U_xR&j6͢zKt$O)4ZRXp O'(7k;}u4 nN:2|s8BͬUHٺO4X*R OĝϣU{R!/ߥ]5Ꞡ+*$+~)TD-q #t# ǂ-\I&7 q/V>xygad?PAACQ,yqxX̳x! %3I3{+GN_\iJP:ʏ-jEBs(*&vbe@94yr6`dTu]6f-^"?=yij +{g#2+֥ dim s(`jvCSϹ˫a]/ 0Ԉ_yF&zu X\&O/!M0xd(gJ#䗋K23Hva'IlꭄQMN &e>d#3[5]E]GKzd'm6o=2WPZOM2y01s2лQM~|xߎfu4[":ɱ9\O"4ɐtSJƓ!N2mNveLuLpײFPA 62 q)sg8q'$W|6(>!O4Fչ7AyrtU7dnށ_;nS%vzUbNd;.&2fL.Ы:7HB5_VX|v3aٽudѲn#!)rm9IY͏ۅs*ۄu-čt^箣XUG+zR;e<AO)ERIaG @jU!RY|pQ&טQHT(LĦWJͼA9qD`ܼ޾O\UIJQm4},ްMŀkh7RvاR#ymzFDz34 NFy?vT`4ާ~I{b+_g5K x(Fd}>R{Ec fW Fil6my)1bd0rX0S'c~)C~{o;*4tBr4~uey6^!kzcHebL Y!eN**]]E"XAt%8MDFڥbňr(o)aށ=NR6NS|j".dR7]"6*lR2>ri﵁: A)3Yy$8,Av 翕eQݻ(M+ιN )}P|m5xxEv3wc%H&@YYԯ4[AT~t} s'l`a ~p/4v#pv>""Վgz .7.y^zt?b!`m靆?n}kxfXqwZC*:SI}wWB;\Xqn퟽<7?u[Kۚ- HEv\jHUJ n@7fvvۺg5@)<`oXZ*ʨs0) nriL>/6Ѭ\4uOP=C&fW4嗥N˽{  M`#A,)rM(`; )&@gƓO<\lG4sha *%yC"+Qǭ n %eQ'>sO$N@b!.;°{Z#R|(!*ԵzA.7H%7ѡ,yT--a'uESFnq/@nme]>~qx ٠U9@ƾ L~eQ rcO >`A~[} ?ִkqV~ uM@%j[@&f"+l Xgo! L w0م_ItvO (pշe@JXx,$˞;;/u4ŭ]&϶?; #n~-UB8t@[9*^57}q(5@A}П#.l%%8FIo]% 5!_y;%r-sWFUl=XBT4= ˏ@̓[xIߕ*GEpwQ.~]IYm%?+aTrD ;K{҅ۚ@}ŋ9׳kʠ ;pՉZCwS\Lk߄^'m&dB9sgr*FϦ؉/)ml^!rpj~:Q8eΦ%.e)Mծ{GxwIo?ӐV*[R-MKqa}?1zGc5*u!.- +9TÜR QNbV+kAo6ɻPՌ(cu𧤺j !0 u[YOf>@߉1j0If(,TGU9~C!k)}MJ"RP೮nqd{J=Vx}AjDs p+3l>mƀ'g,H ÀQ9г<{X/?W e[crdɁ+Yk3ͱ rmX6Y56r3\+ *Q(=C̻1 +1J FNV\^<Ց6M4FQ([qTr0մ5 $,7 qϛ*{sy $z&4`3ԪV|3&IDTk $֜5gM)TFtB"T/c1sa6QzqcEϏ&ncNVCA g_2NӕLr9P0'oU&[W}֊r4"VssȈa1]ZHs˝i/Ow4V>vT |Dq>^/2筌̎oVei"Nk_|Х.k_ [Q?8`NJו \9 N,b3!L*V(\#XcrR{XmVy< "zcV<ٹ8Dӯ|):z^eD֜İKԂ2FP C智*a1AOXdܾp|?}i-J(K~i/ހ4šx^V'=tO])Ed`Zë ]mFS ^l8L`3[`-PyVފ+]B NspRΦX֣4U.MJz%{<–Q܄yFzơ491,ǥ@QUn0z/ٖX}:VA8_ y"R)uH}ZwVR L]x%OCvS,si`pmo;Ydlf,y5I;>D c;cK:!v4I`3\u+K'l2iC8}u-ZF|y XCl(RkT_m)fHX:am>ҞM'X](%A)3 d@]{ކ,G./ wmnBy,ҍ.éAmK򄮼=m]T^V-e( S; !Ӓ A8>awlvx&Ո@»>L0/}/S]?lZ;ס7UNVoFNyn:F}F#LMI\lgJݕEaHB-H+sv)agTW)Ѯ|dž=:50`0m)֔1>D *Nx*@D<*Ѭ>t?j&x%0XXk9 pWh"܄&)Mu0\A kGeBSwݵu9n ` `&X@LJC b:mjݧăk08(oβ[hAm!:Ah; pO%:,f%osug ȸ_Fp̂-7?7I~I9N? ֿqώB8$!BC\Ql|9pEJGJ*߭β=֩Fhx^FpF_֮ݚ*U,:m."JJDk&~r}ILbVHc:o<1P}{?1()O" $$]H&G66vfԕ\ΐr}4 ΌRDԇ0vrmVⷜkEo[o^ٌ̞qsmZP:Dd'c+xϳ8l, OPH9q,`ʉcn"Q?M)(FAjy#OuFlP~~/``HU: AuUҐHq]{bo-B=eTv_\>*#^TYWD`a^Rkݢz$_ZEZ.A75D3pgmƅ69\/0.f "h:qozƕ(Ǥˤ"mbʉc }UƮ3|JJ́"0`˛g)q'IΤCo- $l¢9c hlYiK OU6Euih3"H l\Ɩ5l(t,0Ii78a\0tY{C?sy8&XCC!r Vz6YPv?,G(~_>N m< ]*KK9쀆z7o!˩U_2@VrֿcDv9xƣ{Qk Df^qK$#4>Ac_R+jkpWcDZQFVW(3vR 7̖w'9C.c6W:"0!αO KKUb̶P1]ZHkLZd5a9ߤ K{?ӷp䞴=c@/hMdv8B(:{e H/VTDb:#b5יk `%cUеM6YD+wSսU< : h,Sl.vIe$bNN;E d.cX2[>;(Cn k.l-7A4îIH$\;JNG6 6 U 2b`}x,<9s.@M1Y HKlPhܺ& OuBԱvx4!CiU t|DzQUkppqU-gvT,F/j0vPoH}%Δr:G{zF9"٥"C:S#7P6PwI*>n3,Cw ~؃#;U7%ێoϑ؁o*ʀD8y^Wp̤E?+l71y`7{3hmSX9No~+M& 3P*OaCq^gĹ1ʁ ~| ;NGD#f!Ƨ\v}ORJ7 XNf~7"\ܞ^Apiи'J?@ #1IʢljP-CXZ5wZIW "1|'`r.AFR,T  C+Q}CC a}c)V5==|*Ѝm7 VK:,N!pEq- Z}o^$DntUF2pv_Eo![*(.%}ٚ|x͊foA' +YV_pDZ<(HAm<4H CR| Y>A0VI`, Th0VHU-]+O xCFO𵙮1a,c›MQ P/ܶQ̷N|\ݖ%[J;eW&X[;m3b͹GO&)Fgɢ#Ҝ¥`b|opGxђĆRqE[FKij)eM.^{V1";ŮvmSyj9Zm0Vd13Ѻ֟xԿ^ d0} !HˊTd )LVM%I?F_`ҌqbDhqJIDflmVĒW5h)^U~*i˧*ؖX]_j~ܧlN X- $TrUՅWwHK {}NAW$="B^]+h?{^ j~ꟕPQcY엛c?M Y,}Էduo6OwȪzvݰr$;˦IR؃DIqCQ"u[CU` LUߞH}Y@ݮ.ڦ4۾y"$J0?b;ؕnxglM \ Pk␛ɣ+pzK<#)K>nY h|)ATۀ->[j=߷tlW,%Cj9<({U=u,Hk'xɎܠXf!6:WKbSx48ez+U8- MG$n&#at ]YLp`7XTIGG@fdO;6})#"Th\r,]:j..g4YлFK0%#S CvxKc`MFǣ{NpfKaqSXCnIiZ0g2VI`66?vE\j-y 8ghCY$O?Phʷ9&쎭Rj?%܊B6V|=Z[307`LO4JcҗT+W;cFq@Wxw29b!VUGjNCYd+UI* 3((KMh ^/.rhGW(/`.Knr I{ޭa4[qt%h!5_wc*?/ij؝k*9)Z\RyyI~QVSP&) D'*o& C^{!s7@'+t"d=YB"o:GZm f12,3w9/@;{ xOݤ>$aA' V&\'y)HgdI޼o%*s1nSdz 2FGM…`S5&=%?ݐMM~(RAnur|!T-~iAT5{?QUvO<)b{7Kx&ucm99bTOJ^F %$i<%Q9%&a*M1}NW\_pvG>V]qww_g5fHQC^UJm(tٚJDhAǿEhfj*@+Ǭ6W.'8ȃ,cEԿueM 4K-,=<4rK}xW(D%2C8U{*P.BQR? i [Gi|+]ɉ4`iwoTL2 I9cs=*1q jZKU'"u06zZUA9ySƒXKpQv7v{pT?*(6 GAM*?a$n?$/@VAoUc'\@y}dbܧ.떄gT!⮰5 qJGU~{M=B qKS3#'Œ6ҡM!$-X,BvC w%]}bt%9{<OAa#MII[xvg1I Zx&ܽ=?1iE4~ 8(mUbQcEsVP3j1Xܓ!YA#gl;HF_7Juo̩sBO{(*xCЋ~Zha' usrWH6hH\41ZfF| z*6`vT\jܕ/|wZjk,.d\N2q3O>a(OZr0#a ykz/?A꽼AL}50IӬ57TbFz̜m+#hi+?'s簍댶btnR wenP  w9kC#@$C*טc|)"'1s %b UބvA䴚bJD&ş.'qh;㑵$^!c`9PP?+,45<,"Ĭi9,]^S?pc,I~ &%jjv&E 6 /eܠ[""~%SgZ[0<~2*'7Qӷ1 $GԷA@bRC\`~pX)[sR>o$S+8۔͊o\eHDeuZf&bS.&# 1+X{0/_:䏐gRee0t쭭K t6C\X,w5Ύͱ~NN6T&ao*Ypc2޻:TՒsT$aR.WR&Ygf^7]SeNO6 0F6- 10T1}Or*ԺsrՈi+d>s\K'h[psMȞն \$sw//Y"m1 pЌ#Yi^GkBg\0%bC/kNNϛAPxҽVObn߄Aexӱ2Ɣ%K:u!'/U\zh>,kM <,C k`}rt6Ur¥G2Y<1F&=x S[Y>16 ISuHPz -ЊlXP%rpc7f]q'a]Ebqy8ԜX]l߭y#l?〈Wyt;tyXh- I$s{ӅI[ұXЁ"r]<,~$eZJR"v2b)'v>H%K{)kVZNRq;?Iub-7/SZ cw73,\&As&O"FGwъ(By?3U=ߙ^ve'&3 S7| |1 `lZvK=fı{a StM&VdI"_M?{^Z#Ln j3X%=KG;3@`㲈 9R"Y+g"}CIAMi8ߦU'^L>8GS~X0- z3:At1BjqO /^'llubǧq@fFVt5d8IQ3r庒A]jIK9 P )1WIFqe{=lԒ63 Vr߷}ߚ%jL?MEŰJҺH3Kl3) ^`Al@0FvHX OP]w6؀*,<0CT\vϱ=[8q:ن:$FjAx+#.՝Rޒ…J:C 2??96 BCz;v!-.~`_mw_=ì/ꌘGL*jS82֧o@|i)T}oYoaOTh'H dAd\a^[.&QM ?B4p:*]Ӛרn l޻FαG2˸+$r^+h̨qG\ վ0hDeQ 45(XFޗi8\|]LpK3@$_&=p,z~񳛍Mb^V>Y91ZsbOg~VnԠL/g nwdo,'-ۿNEnr9S/'vI@,z B宄jRo駝+ir9 !@* $OT?4է橒2ܧe輯/ఌcmޏy 4zt ^_ RB3. .B3llScI.oܭ޵> "F*٩8>oN\ h^1tƈhEQac ^W"*][^H^7= NP/4`wOQPV- wqy0 ɺㄢ&c;%P0+uk!w ׍7FV&<ApWdrŶʅX/ P~n7L~\&1?M.JXb Xe@_&SG=y^р$ >=T}V0!t?Xr ˴^ ᇙ7"MZta zme?" X'`cB`ՍU43Υ]Y EO /ccʊ3qrv{L|+gжZpIdf1<94?i"%c*Q$H(| >N.Tk2ܾ9owb{bzqt@%w'ADh$IWM \l_>~|\e'핽M7*v~T%VfQfQ%֧Ȱ̌Qw>4)6–b =48NƱ闋ˋ&.H&xI3cړi; W\Psa<7orU Ka&𽢛1nhn5_ ȿtyUۗ^TbSm[e &n߳Mz9#+c8H"#iD`e+sƒiU3 ?[bmIICd.:ui5[ EzY>9$fdzTVVg5hd84d%,4h<0pń 0PoA&3qoJ!k\C 0?fG4l3zsæOOjAZۖȓT׃ܥ3c_bRVWWW<9<<\`+-}5@V /"m4v Ӊ[& mO^v=ht@v2ς fHUދhǪOռtfVT?7_G@0I sfDU -:$i NZD^# ѣȞO~GJzJw!e#&?d+ĄKF n|F{aZJ"8'vuP6] * Qn.:U*#-4p^,\HaLgcc`-L/ϛgjN^Mo+ ԊbܒSQ}ysɥ5n{}XsOyJo1]颃!:;;B6M?~+6S%7'?ΩBņT%{"aM~y0܂Cj,"]TV~$6aVQ>/Wdo<ρUJ4!77th9.k[r疺qD>0{qLۯ7-$''dA-S |.~3%0a'Ȁ/%bw||Wʱ>,ꆔQK-)?A~ZzD.}H=g $IXa{drWD ⎯фv?4؋~mSҺںbmA~a7PҨaQJ{#"SwU_uml =?U5 R2sF*|.߈ܴ$Bw1x0mL<=@-{.XB3b {$ @)!{7.{'juJ [)i%㥵QHr6jw@)$nAhkg ICLG7Y>  ʹ䋮iLTTj?Z z7lhn 9x9Kww^o 7'O]@bh,3iUb`IPu3uL]ZY-X'P=")oDPa\0X~qa2.~nI&hktՙj~_]:0|<Һ9ۘ.gsh&U]E %2p'Sź"ظq7\ &!Gn⏢@س-#l̤XȽzGOh+<9R]$nQt j`G2̐8pXvze9mY`/ wV)j T=󫛴 36R ݨ̴S&/~o|Mz֟uY>|t$!. VeYD toK4%Pfn+є Cqh25xݺW@V-g,~.Hz d 9ʒYacN,cIwY5=5 *K".ff# [ ~,3t`ʫ Oi;9Z! . osFu1FiYB]0Ya┐١'(qƅYN UB2w7;-tPCc=lQFe~^9s2iKԃϻ8co_Q#[)&Ywޟp`u)4($ЫXw]cd3>)-(slkfw>lT\m{|rzxKě/$%}<9C[Ȉw>~2s)8\oq`ohNBѿyJzΪ Ͻݮ?5xmYۚk @9GPP%ϸ22ѦV%zD?#nB!LaG)^m,9aʲͳbwë:cN, ̸,V`qKA@K.16͕Kyct ~Ks/DL>Eޒ*H!OPBظ8V7۹O6&~tNGi]-Xݜ10f 'lKRƎ'&=$o4^i}Eo쥡Ĵ(9:[i Ǡ5OoB,{y\&]:,.ԡ( |'.6{9/lM)dNI@OLnrC>W,l ,w̸߈]9z,%.aR-V:*J4-b#<\s44AQZ EkEgm}zUGiȢPa$@y^|ܰ4_E~= t$5rэ U u!wU:<^TɒJ+?F}x0\G,I rR/۱/Oeمz.t0=I!R ~'} ٦*3e2`doiypC#Gy's}F5ciJB@}D{[;y? qgvC޹C]f+ ԡsM03p`afȢgήwA5o}R%Ոt6qH vW;굫5LtghL '@ t1*p@ɡ WBUCuj/D'sϤ>I߬TŹe+%,wr(Cw`r˩'q/UJ#V|Rf~uViw`p]:nxJ>˖eR%t'>Gߌꗵ ~~F1s+,O҆0 BsMdM(6(j3Eǻ0@mT6X578Nzk4RFW$,~ E9". '')y~A{vmzl^Q%_k#tW/J(k@5K%},-a>3zd  Cg?\%ie(6/@C:83#Ė}iau|s|}4~ zXa9x-<]YR E7[ R;*&aȹť/ЖL x#b$fHT9N(3;Ѕh ,7lDS)snф i4I`堲XoZ)YӸD(Zͨ s3;Dzl)!w$FPvC5jCSE7cpqj/ۻ;ȂYa˻TS]b4ns<ж~%u3V==Z}=z->3M-å\`__Υaΰ%MoRyϏlΫyBbu%IJ'zwET_8n` qhtG[i_(΅kc7K@f~8c.ȸ %I׈,|k3boB|;]r&߅53?!&&qQM%4As LU\yS5q 7@Mg}b0ՌYz*ꔘ(z?` uX wGO5b4@\mTEc'O"pW1poAV\gΧ _Y$L`ԟXhoh.=mQ2CcVzHët_"ןx|h{]#Z0'hni/P;6ek8MI}phӔ 1zxnQgxٚqFUف!|bM>^:$WVXqR^:@K hAmVD xWke3ʪD0c|BNrf-+lI)YvCQa;]E8>exd*.R) A{x%P 5yLȲunؐ ſNK.%?X65m9`($Y]k&+C̯U)H"jX[K~GF˧/xW^f%johFf1dޫ #X.R AI!Lݡ!yILuW6 aC#-ECyz7#1HT+Bz̪$;e||~qcҐ_hE`( Խ_<୐Pw-kE4քC.x?9)6{X]Xh^[4U7B3VKnZiC+-|G -ZRMխgdCNW3݂I Ì (UVO9E}qZG]j얻Si{昦dN>!i3HsAM@"ɁJ}*![Tk8wdŵΓ[Mdq[faQG } zJ)G՝!y3 6sLRgJ1a\GIaS)z{/]eZ[,]qwQ<_G/g gjHP6ZVX|5;%pb~gbc~R5LT/Q[baCT; ˼M/@`;d!h-+r<8gw(wt Yy1 Hv}ԇ׊{*ȊVg`v,|i6 3I9nϴٔA ~rCv𕛨XΩ7| w|Ggڰ(=i?Qɶg$ hRyOQl1I % jQ_A%J\[P1B~En>YGYU\qʚΙ"}x&X:iN{^.HI$LOلT2Z2ְeE98&x9s۹18с^xٿh%TMn:H'`zmFjIH~"fQ!}fIgzq#UP頝LpRXvPlE4WJv wjuє  =@_nWS$Աё TpY_M-ӿB_9IϜ2)nPwø0< CE+]O6+'u|ߠAaӘLzÇ̺E-1 7P^J*X<i=zmFe'IR՚Pݱ#ŤлqgN][1d#^D,_^3{01 ]6N2W3=LACYfa`cR1b7lj*LXE#m*mw<R&"3/RJ֍\I Mu{TN5NCՀ~0Gaw6!.n!~&ϬkIH @SUiEWgxpƒ%L5K8ǒ7r+@* acRڮ%0  tU`c%se[<oOB+r'(#S}˕y@ųnج^e9-D{s r]ƒ'օj#!tljd6qE6*TůFfMm)WIIH+fł5+PԷQNШ5ǔ%F1Ĵsy5Z2fOU>eFfDyZ +Ǿ}[.QFVrM{li~ڣbU:_:򕍁Q=@p{A;ڙkh蕼VBIfK!`` aeb18R: {4fvϬ:24}|\cۋW#ű7"iINy]J<7NSw]N !K]ewZ`<ߪ]-#ewgL/LaXD4w1.P N#Nxl˼)}Qu#;5c֪T z4'QbRKjDMR+P6l% 648q|nl: Uǽ fڞ{%X 'K1sDGדTx®I:Ǻosv3%ۅqo Mehh?jo󳺒g)Gw {O# [b,Jq\f{l&.Hj<)|ƺCiWXj~uiǎ3O)37Cбl$(`ʖc 2$xiJ2p:?ȶ m.,/pMJ,hw;M Eh$@aĬp8p.wC7Qɤ#A ]#ieq-{rLmT'3Nd| ya3;:gX#.U+Sa׻E%9·p0./!nE$f#p鞅բ0Ny2AEvWgUL޽eau1dD}"̂WC!ږfD,bH6r٣o2[M-G3 FQVWV*Hgd=hqJ ( )qj~d!h@%Apϙc*l ۂ;f&"8*16cCr5(޷`= kzK2C%#4;^5X/2\v.kPQޚV` l:+2jFR̘Dd3<k^88cUQY/05ʢm\_7hbqeP jH `ӈUŮC^CR(Zk3 @$t|8WP{ۛvk`'ַ6^ÕDm<]կH3CLhA…܆e8:L46pmhnZaT}Z')%/$\vא&i.!O<֯Z,Z~t,q B~Ǩ~l(rrz%OV+XR b'cDcc~ׯ~?Քi\IJi<"nWë 'xQRFejB*Tt'` ~:øcPv$t ثkءprD@ZVP=(#6]EI $qog`Yudd^Uf'}d5.SHYzU%" >.T/N~nL$JvBgo[PzYu.v^ôp cUe> 0언f4~5-`71=pbHpF9؆'Mne*2 F-+rySاUաq Hlk0"vkOBosrzf@6 2f q!C5WR6]_A7k@I,;t^Q 7cqGWE/?D̽( F>opwaDg֔argd{qbIZXߟa,-8FMCIW 6=uP1˺H~`2ߊ@sCb\%M)nl%$[ONM#J̑B{ ]aGҠRKհQ+; "1xJ<5`Z؀~4 "̦ݼ)C.1o錛}G##e®sbu L 5GS:!nlkߎ>{ha blΎdO7hT@mF|APFT(fl׮yOR! =1wG +dZH t,cV,B^ހwlEnO4֫'9p`6-@4 d2R0AvZc#T+ĩ{'ERFJ){uHmۦ9 =eIOjV)J Zݸ_{ );hpXE[v=Z4Y0љi[`]7 UI9r/Wh(:۝cĆϧw)%s2~ UEeCRu\Ez6pp $ȵn o~rT~DҷB'$x rϗwSQWV~LބEt'zж#^W/z^^{4zM~vF6O7i`;ILJ^N vV.6h5&Pl6xҠtjV0rpoյ[‹G!rDۢUsSN;r3z6Pp@xE+?V53A2f! Y{ =a3I7e~)]n [h>LwQF)C>W:׉xo]`\#2Tdcn@յ`/d ވn9eoU>Vpo>jBu\DĮTWfG?"LԷdNI[YZnP-: n ̢82#BrA 1N$ J #qTVhv]WHobcƺL܀4rXëҀQAM^.4= F=mȝɥ:<&Z3H>ũPIj9 mgI{B]]9i,fXH}MXSMEbAL띗Ȅ؂[ǚAp $ KHԧH< ],8mNv p`vdb],$L[_Ë qRJ0e:= *1dw6G649<&vĢS_1jPtlKھfZ!S':(YOC#|0_˵I)$ST# 0zc!t"C6vW٤H0F.m!D-xy/+EG\{( v#>L䚏GfryԴ~(#\4Ee[=* |DG:nZp EvT 6Z$]|xr>>#"M#Y| ڇ/~HIa+'r_CEwǿkIl(AMuۊ .lE!9/M4uw|Aɓx@Ch =G(>sRˌus(=dEO4(]LCMKȰ-{K[L=ty|}ZuN-PbHlCʵEK1X _z&39Ulβ0UV[gEOQʷ{ _Mu=GlTSp1 M Iw|4X4S~y7G0dvY^]c!pXy~+jxA~=Z>tMrG]5hW({E>c.XꑭFb˲'8{H ^Zֳp5~16V<8ak#Q?NVw1H7U$\T$qPVE>A Mo)U&b4uqCvI 4JyoӍS:Aɏ3v,PgJ-#+͛K#P~H~^PC$jQbb!|cͫ~knߋ).ʃܕ}s`:Oo6.IL/ l/Qg(vyՍ;5uv&e̙1[`U%3EbМQ} Ѽ:2TÀHqf`E0Is)i\(6 )FoJOeC"Mow  S^P > !U?u.O]H?|gvp""mhҐȃ!ۘ5y}Q>pHI `S+T*@f!:URkl0y^_CQGP&Z$'kپ#">cf [u Ŭv! zEgC:0>J,lxWHtdnz27RoND|H]OX44>N_/h91څ! BYD ɽ:pnyQ64N;/[C,$n~fK?G{,PXWK`N'QϠEҰOixN@PZP4ЀG-]`'_Z}L%@3X6]%l[]b:CCq]~1 vk@qCEI◌Ш?e[G|pޡcLbC#$zu}$O_'1O) !S6 5w}!Yb~Xs!WbYڑ QSPR.T:ϸEi1 M=5UjŒRk[6 wۗn:rERVC>w&ӘC涓jKSM$V3@.۰"ú)7i',Ɇal􎄀VW65(s{6hMPs'+BkPQY 0tĪx{'4s٭ٝB&yK,'QyԎurؒ'yaSa;8A>9iԎL{D|ค 03{B{",Z!T둋&?{[@sW*؁Ǥ)S[3pAxM 0ڳ&ǰ&NBKv(A \ٻ2qeڬ5J~r:(Pn^mW'N} O`&5Jt4 +g~ & ̇H@ qyEՆ{D5obb[ a q)0ĺ\})y i,\B/WC~I 4 1pٝm!-dIԔOϨ潌OvQS;rF*z&keࣚЦď3 jܜHzӋɐ'2@ " Mw:&Uw7q9 ʬoc .d/L*2q_,%<#:\2|O)BPGJĿM ւ!-BAk /qvφ`ϧ}uz-gi좎Ek 9P dl`ɣ!ܒТXBbMpA8mOǞgyOf)PHaO3+Q>~@ G1l[9fTMULܮ"ޣYq ˼np:h Eo ۙ8 6k9;N<  p:IygnNc_Sy]CF#b^0Ext,Bu \ (>XGIy&;"8]kB琉I.7 \Jڅj?mI:Ɵ~$2y m;ld%g*3"cHx%^fqm1)O%If oQjV97nws;䦒sfvnE.zav5[EOPL,948'U_p`>yDhQ=cOg`RҐmo>醊(]Ω/6Vka '*ԬG]MrtX/Q5f6W#Q=`_͖ADف >?4͚|QӌH}ІXRb6SeRu0?6n|>8 G01rkIWd{ӌC]'~RP E"ڲYhOшxRnb#PteNd?ͬ-D)FpxV:O,l*,i8&#D{1 RUΣ j4z,ë"%S…ܦ2For 8(MY%"3-axD9!wW〒ړT”d|݀PDskdciԋυrN+xydMNO Ż7f.`z f{ۂ*d;F$S+YhGR7D_pv|(neDCDZN)F뭃҈Ÿ2p$ֶ}MQ~;,'O: r{'_ B\E@:lwr#oIAwDrO- JKܡJ +ǦEZ^^NfNlǃDȢ r-*خ8^"I~͗[8:@dc-,]";1G& jJ6g[)l,>9ՅLa*;^?niֿydP]622'~b<# QZןDU"]$ 7]#;1OZI /V #_H7*[]X#("Ōq{A=[.c>V}Ҫ}"fmSFGgQ ;3zJ惨Q6y zKg$2$gIF-1nsfs^  u;ywy׭v!D|1\j&^Q,r<^O#0m{퟾z E_툀ͭ?B]<Oat*#. |Bhk/Z5_P pße2'iIOH}o{pkyX H_R7gSu/uEsȃ{?ϥ> *,Qg(oCF'ը@x4[d|@CA>X30 HTfxC6#2NDIbjтIU*]kG^K=|$#왤^$?u3 Z5'7iQ[p<%(́T874w: uP& :"oώd 5IU`*G >v#ZYfo7̣dPj cM FMDWj}+`+)%lNEL=mЋI˸~K*Da >3 4>3B f:̈Jnh$Y`hPӶCDe@ӒL* ٿ]BÏlL  zusQpƵ.֙5Fe%b|95&\ E$6.\Tͺb-[E{ʕno*5DSP$i*3c$Bk~ȴ {>$d*%:몾sV&Sု`ojGH .Mޏ"Ǽ2~#V\reoi 7˞D޹ڳjsj=d_D}>ݹOW;xN6@ rDpGڿJNdiT) L #&OȇĠM{y4@3lAc{D4}(o)[ivt&A&s_Q~k)FXjS:6v*M.JlM-!`  -Ry㽯nʝsXZP$&ϐ̻mcAy7B9'ޏT0/ XcD L$<.]"TYr NyYQ6>%B?0%p^Z{xg1YdE=236NJQ,:K%ZuC ?#/In\軒xFeu?R4*t;vٴKs6VB=sr +oj\Qp'/i:n_QCwjiw9ΐĕ/1`b2A?_KGGe?& ]]S؀ ˑ)e~t3aеUZT!_F ʙxcC))&.Pb>-S˼X|j!KBo g݂*82+Yi[5 [*h=eD)Q˛FUpsӸP}u~`lROߟ?zhhtb׋5)m}9hܨ~<䜤kgE]l Oɜ{(=EL yGx>_ºdU֊եͺ~;#0%$ x8mؤ !9g161$ X!s.Nݵ6x"о-:4Ԉ7FXGT8tň+D}Aj%ֵU=Uhg}p<4H'، @i5Tj/Ir5uz%W?Y! 8忔Դ|PVxC1ٖ @|qk%ׂkшkHB4\襗f۱kڒ6 7 ̷*Ǯ:cjT2͵.m# xZ nu>58,:=#/xiaĥ88>T}2 '!Bt5Utt+sؼxv{DҐ2`:|5ϣ0M^_}K40C˜*YS8cA3tɈTȋi$-y{D% miMVtLC"&3rT}J=zO,Yt2F˯`v'&gp3!i_9A W=iXoNGAijBSe\2ړ ѿ~Of#/c[1댁Rڝlfs|1PM~ۍw739xE7P'=Yل-{5Y]rYAvY'o 9OtI=y ];ojS\ ;!]]D bK'3d˼aՑҞavx5d[` :}j\®E}*!<]O~S1=zuP Ru+I!ˉhԙF92NC9Mq2 6(H> ¹4y>7!>ssu4tD >@ثuzap<0tse+ǔ ?osrQ=*= Lڐw-UfEn{ζ6K4{/T}W~>-~CވWjp[+=裴0h[>,3Vz#>u"pBa9hUd UWY2$aҗn΅6!p? MOMף:=]-&E9>i8,ȮK,p_E/ޞc"V\wvkа紎Vف_GJ8Sl!8}>=L䈈pZuYD-$Sd 04_[/& oIϐLX~^Bo$+E=^0kz:/?jyv&8C O|m2̿шBg#}ƔT8S@dl(RDxoj;M=/ef`~IHnBNREAEyqiu 㺤YEZWh I"nwU\MP%]zμ0NԻ2~~ZӁ-E<%dn!"6'CjV'|Q~394dk1PgԠ>5{~) $2cG`p"Vf 57hh'N1noա`&{@5:vkCfYKNmʔY!ubOA!3P>)"fN {b 4vq[=}JnBbLS&rUХ6|?iA0X#Szv(]0 ŇyDl%ShmWic Gnm"l.;22pU)E3pƠG#5QCíTf=#($(Wp_V4T/ {!ra[eE b5I"ݸARA{l~-l#d ¥J_6́[CBѿyIķC}X o*TbEFVj0>@]4'^6L,z&@EԲ}Q~j*gf؞\qh92un@Yr] %4rl:$D9 ?:QAFY ܫڻh+ɷ#uCC ~Z(2`J񐏸CTiTN/ $4ܼJ-*'O)7չ%[)g'- Hou(Tm䬽4)03p,)~JF`b1Ǿv%?36"6qT%0ڠd'AJ{C᪫UNEva/oLuL ˌ瀓С:6OSq^Zɓ4fޠƸsTjfGK~$8/)Z"/e24Ϡ(.f[̉s|6詡'2 5Ȃ-UٜsOQ;kL7ZiFHX5=JYufqxj=1&GxgwdžskN`B Ȓ&OI&;Cѯ H4 bV0kOܖBKdxoc}פ iLyZݻk*fPT|hw dsZʴ0&+[MchdpOF*S9k6;ɰ1ѯ`Me2-=s'W @#01*5uz2dLBjS\:!J}ΊcCߛd`s~+}:Þ@  Hi,}$' 'V?`%q0J"5.oKny&JPg_N}́tܿ4ua"X{߅ DC.Xי(`A\볊Y!Mtts4w;3Uw k|UMl+M3]2Ol; M :r"<7 ʲ+H45kϑvvcBr7$;;-{KaCvfiǤACP|w,dϋWq>o[^ݝPUQv]?l}an:0z;ؗxolK:U8_bĢ/KFi/yb@PԒ\̅,5c^:/!p3h&:S6 g9Xw5vWäU< ȸ 4;qjCu}j: _8^FzMvOŚ\Pejz"I)Qx4L%UeKW5bhނ(j;+@U&'5_>ƩۢdD H+d]gvzյa+}u$@r0ax2Wb?U?ҏ"qh{މPe}%3xͭb=QX$j5f(61%}Zi5hmqƧ ؟8H\8E }M'wq{xEOG>(pT* SKz[~ԲZ[+d-d/ѓjoNA1*Kο%71'BSNf`FB|/'b p"4Zkg T MiHܓx/swoJkfŊιyQ ._n %VBHJ3g/!"emy+z5L tZHdtXvڪS/KtVAs@K"&,7#05tkI^H`DΥǰO@2yfux>8Z\ Q]E'Xkz=Z}Q 3^>U1L )8xVͷc Zi ,?3o-UvmC9̌{U%JskQc 0m|5,uKN] Zu>4g· q)74~v(N9TjhOuesӱRSen,"$@A0sKf\>!tgOgcxem^Z,hEze,+% )kB~3DQԢѷI'Y'5@WR4|M2] Vv9c4+RC[- 8fd)֣錁ESV[Fpáu.7"'Jjib | +4o_mds}*&FO G-̂o{%rI=].w.jr5*{ 뿰٣HlQ{Sq.&O Rv$[i WJ UD;={ .6mk4H$z:U; , 6 n~)Cx3(_TՅn-2ɴ4@ M8i$@%e3+NG׋T*V+! H8\@#4#XBGRe7]W@tG"X~՜}h| 7р=OFY bfR@sosz0'Y]J_s c|~Ex4MϪU3#!qu.p\xR0ʸ쏵,Ӎ?d$XEZ13z%@detb*dS݌0uVG~d'&XoTbيJE6Gj&1{wpwh ƙ7H;OAƟ ZYeymum+9QT,Yg)΋[f@)G"7aRG!#an }%$'9.ҁ-8t <f̕-$7ŷ|| f?|,LP@ [3rtE{^` 3#Tz7%8u￷ (xH"PrMBtbYO'`K)7{AIʔЯE%D BYP ]@i-μdZX5n~cqҐW'hu,xԨiC/TO%%o0s1#k#҃wg|hԒSlQ_?¬reͧt)/ZDmv>EE %ӓLecAˏy&mfV(^uf{^=d2zg `V: k6,Фha'`š3/x\)ϡHy%. օn3}sTW[L))f|?:VaH@Ki ̀iʸc3k)>3ު8ZEPr.CF1$>}=zl~7vi t0aշ:wh~<$נnȪU% B1VE\]H[)s)De-3H{I-h܍ =#4/+)Zawő%a==o4̙"QԆɂ]fv4r&97Ihg4bDpRN5F1YgDtl.WbY!XOQ*J6k%;Y#% ҄$< N:R+C#GVw[ Gvp}>P{.K<Xu[ 0@>_nī|Ą.srgt$X`C٦xCl2As$}(錴;oVxvkL,71"gc` &9^ì)rʫi4rFw+W09, UWYd v2 ~^khbW3~ G(gKN\Kd=Q6TxvYԊq>mT|e5+R rr5 U-uX6f2![SZÔ\ Ac ^< $غwS `\C|O㦅H-cɆۄFJbJ=W^CtJ f~EEK>6S Y]/9fn&d 5P^J{ &Y=xD3YSjrx279vZM8.c?.YUNz&:=]hiD3zZ ^7Ei~R!d[ #eM9v`YXփH7j^d x;ȷFDfka\tpE<Kۣ=ٯJ ([~g4f ˦6t,s.P;VMJCĞ=>s{[TdRN~S37{u,Q#90iܷ m;pEe4%EEw4Yy7IͳQe]vj1Pybk&_1-HTZO C*9$e8gR~ZKq.Z\,z)G#=Lj C)K~y? X$@Nˬ`!~AY# ; ؿ,H d7iiZQ 9ў\yeĎ6 CB_e.LZ-[/0${cdJ  …"uv̥E6OF9egw6KY$%BނO YOiB&u9V.cL \~t$Y-Krw8V;[w-KtyH!/v&n[F]v< njX0aȝ1% y[NK]*O\yLk w"e-Qg%r353T(@t-/r{+-*E%څ\麟TLc,ޑMKMY||EUDpJg9, b/AsLe2aj :㥌W?0 V|ʝTp~JRLw4Yɵ^F:YJ]v 3̝׸ >~K$D@vwѕӳ˕N23N`GfH'jN2gObblhr8GfVKQ @^^fh8dXtCRhh9 {:2?3w/@X8@8blaʚT}x]Lq8ɍicuDM'4F/ -pju)& ]y׍u O%L~3ӃNST|KZǖ=e\Ve~ӞʀNs924vN!U҂\8s/Da4MZyEKЫnOnzZ91YCC8#]՜v]w7  i#K ?1 r`(m\t#b6JeKVաr~iHbp;z70\YXмXN~ !.ѸO ,p7y'R7^W`! _mh ůNn]hߝ8#Ei_`[7+"e3Jk/-{,gbTEnSw)zT++vLX'pIB3=fib; 嬌0'^BlklrƓQQ 1-e#"1)=cݱWdzI pK];)k VGo^ߎ HtpKN2F\lխ'>Kus+$LxK6>y3E]G)))nϩbd.Rec?hCg@HN(UhTo6ľd1I+Rw/Z}8G{$g ?*W򓋬 9wpmrV3:4%LX"R}L eS6<;Lws}GS[k?)v07h-& *Z4ڠN ~b®fM\RM`plBRwa5 p*Mj b"#o:<yp)9y (;N{Ă|9UPE岈Q:?fG4Dڻ K޻})Ce r&=GUeT(b-nrm9)~W>Rw kUV%}ک{=WK_U/|PT%'ρ$)P, /rT"ϯ|~*d 04=hDa񼍭܋Ni2d[yLaw>R(y񧺈h}C% "9&\{>UG3ƴw\c ]?>7&%Fӿfū  kDb4xBV^q<8\ڢ4>*aNy3Pi;Ȏj6r-Ay҂4Xu۝I]z/;T sꗱ,^:WL=DH@- r9st5>Soz]b%@w3N-}ezg[XV@+$fK$ ;B)'MNkjA|蕄G&? nja/Y<ïiT$irGg<}D G\s<k9z/Y+Ho{ KokOՑ 1HkOd[sE\qs~@Go":g)P%xM)5S3J:G뒭S+I,m,䗝l0\u i-3jmg.uVG&= z\1{ʔ݋ijqG{aesy]?̞mR 4B57y֭2~_J2^pP܇v oh{joc_)C#^S+5V{RX_[ZAx8` {zMkvˣ0ɴz5z-0ranrR \p-1؋z 35{%g{R(-01`S֎?cGAB6^:prB.brJzk4Nv+.1u,M~?49W 1,thD/&(y\b |K E_&Z CWN>g5\BwL( ^r"pɳ]Rr{m5r\E8Bs)NES%F؅ Z:ga%?&HWlggªn˜w]7~GM l Ұ?=e0w,d^;i 'H_yA!c9VPիN}-00^_ϵ`ɕfz<5r5. dr;%tMM$ُ  Y[uIlg5ˤiL.RB,5,A$ ۛAT[|O>;.(8 u՗-ڳk͐C~c**`E$`#% N%3̝]!^]ּ[j΀ӠNB]?;=2`>40Ni@xH#c8zc8t󌚲F1OQiͱ]W^´Jeq!/YN! JR}>켊K]K&x[b~5 M 5AU3>l‘_x4kN%>``y(1>d W!~&Vh+g!?4Qä骂:'Y%a) )eeqez籘n,GތVKJJ:'pIЌHtV|+i#Dc&p1u]^F>nf0rS|~w%np`j.O2\]0 :2E#ֻ~Gj$Rx@Hiq(Z%DȳРoMXxk$:TV-(}#hx Kf)XFHw!]eI_f>'Ɉ#q48t i̡GYitϙ<m˿?VdfpLv n^<~RU_pFɷl`$;0#/F+KU /w@ayWX " ʡUϔƸߒMD*)Zn6.@Q#;ǦB42=Ovp3=pN?BmOA pro_=K CP@ bb~n֩n(جɨ0 j#s(f?Bj:f_`,R8ᫌ-jŴ{x%R1#k}OI?2\]OV`Pݧ䯩7j&sN,eW,'cxCwLzFxq`]&.3sb暸[M"#ඇU^;YaCnDg< =!?F!=>^+ۥ!*z#uLҩ14\4?_r =b˃kۼJsYf!pS vZ阴:Cvo{#-Ę {,$v8szvgd]y+|sRg8M|f*}~)ΧQǑ%hwB0UԤCK=b7PRnV| }l[Gܓ;c X$*(,𨸡h,:LL"(Ze=y֡^l?M +m?$zLM>N9t`k _ZIlSHkoENY6}|ؿi-vC|*flbm1ސJDP&f^it;ɟ PD0zkp.O-OL2@nTaKpDCHr6B s֥m z :YQd,{j@>NƃۨΉt= =f; 3֠a3Y|FN5ceSpEՈ5ޘFR$'k+YWOM)s$'mG 'd7-8Ԉ)Z({ s{ r0n@t;zkҧxm㡷>>@Htyv=b vcBշ|f7o=D̙dKY? &3^%pfS_-S Gs\r`Bp X>iIO6mAb!CiH!~~>N:)Q^_팡`ANx$D#KyxJ6 Zt{ X~DיG>үͥ4h'7M>:[7:qTsd^jz8jC8af(@9<%A-fT7E{!$?Nz gY9PZ'ƪ{ߝgfWf8,,C?s`?mJw]$ZjC@:-4( ܕfPjE_3oK3!)lWge]PaLL[C#Һ̒N4Y94\6W₉!tc 2D)HN0;Ўg*7j>}}S {墏CISa"YsAAY,Қ\uZhv`y7 Q. [jO{ Һ4bM'~sQJO7ahnW,|YumMu2_WGU@BHC e𧝵͕w!q}P3z@6cDգqfC~e|Ugb6΍trZ*\Zf&ІYfӓ>8P^WE!L2gJ F2c'7wɎ3bӒɄ?턇[2c5\ 4 >N~Vr <EAKD46x{~gt"|c!WV`Ds2R:81&]֖(/D\]\eJjB,""eGunbr\MIpУo/- `^G:f@͊N-xxK1S}g;2a;UlxPXwN!c HT xͿ1OB-|##)UJ, Cwc PY:0r2He%*}ʲ9WdL_R6@YV6 >;r"$O0ac*-@>ʓ]B67~fC7hJ C c"21A,ک!C;2}<5ݘہ7{]O](2v G9Mn1RNA55u :<\-@@U)a؏%y?G&pHN?O |Ngt Di)5Lwf[r? VLJf{ q[mcd;Ym8cve` Su"'JPzj;^K`]yZר,1Y?}W QhVDur!)טQ;axWfo3R{_ YvI!:3ɒ,CSiJ;ov Hjnaa9qJ1x v|X\kMZ'Q-8pHu +h0|=b ,fmɬMHDpAl#'}<[(E8\ܤcCJr6,jb)W-bt]%#Mj\6.Q2v+wcdٽ#ؚݷ'Ei=cLF:*X/pQ. sٕTCGF??)yؒ+\yd"* TPzfjV1-7E}V.S`W*|5~mSxߓAFl>Mwz5P֢ꭰ^$8䛫L˯A`T~B3x8v./ڗ.Z*ήS{_P8:=/fzT]k͢ԣD7Eİ틡uׄ˓=_ֽ++nv7NE_qan7NB#Ut {+iY_ZR`&1bjHǡ.fX3 *]8J3/1҈z/1Ӗ_$7]ꗗ8!l3kX?%<]>IQNİ`rG=OgwX@N2{ O:&)@3 >hOn>ö%-ק" c`]H}h{zdF$bup#G'gZ`T\>]%}Ȼca' ua@Yֿ ~ | ,BS@TN-㉈PQtԂ@7bSm/6\Ĕ[?z 뢯}dtFQ|%eB7ނSY:%N1~(B4(ŒkIhryZ y)z7XiH9aZqIPCbA*nͦT$cM;qCIv)]!7G[RQGZ3/9BzzǟP-DVfV4<i < UT[4.:{a &7 ~\!Hp-Od돕0KW*d,V,4˔M:鹍'N8R{QB{Vjrk1킫w#' 0E CGoPAQТQcO&-I~(A튴׬dYMVDKpORmF|a{JwۆpF myow&4V KqrLdM^d&KqEoD5EH뷕@W &4N^8֐W ñb֘-C_w]˴x'%@MbG;[|)HE1>cLب6boUfjly r _2v*,l e"/a3+ UǢ]A+0w| 8@.0BCjs. 2`σc[fzݭ\) YJ]M詟1"@N0g)wSLcAuOFq|&^I4M`E$JJ^郊n՞V)&G݆œEUr唟yI۟yǜ#Û[Ɛ?:X=eYFFhB1< 2{T|_7P OE e XR9^Tn-ZH#gãUAަJ}͆X4; 1#З8;$G PuՉJ~goR8_k+xԂ `\Df0 !luX_uHWk@1+7epubRD&bfRD?Chz3ZA7C.t j;:'s v')tMI=hY΃W5?al-:sy$1_D@oN߂"dҵOV*A0 {v["Q8ї7&LU8'-t{\1X'ļ97 -0S,`JāH{tw>V⏚}K$bB^D+#88'Z?} i;gz v.d3`;omן_Y/LS"DqMgUO/9njL'<њJM 8.b"%b |%&*Y. ֽߢq(UN0 J06&`(OS0^,|9cqXAc}q|)򎋹(ig̛׮(oq03|NɝnJbܯYEKd1^!V^ؙ^A d:aƺP`>#(:M FVҍqR zGf@08Z]i uAPUFj^Lʏ.7f;>;ಧI2U>aEU6\Fkpg(Q4ħx=j:HFa-Je-0P:1ex)!ZHȏ`Ԋnj[]ͅidNk}p$=@!?(iӘ_#`P)#0;B|؏H܃Է T֒Sk8xDb(vi_0f4Z F>qO[mK3;VܵcL1t*6XV&2v\,М4-T [b@E i\GnKבe U0io%LՔ)Q$L6~P+E-^k6<{<+]Ad"SjOםF p̂bN)\0mD|d?Aw68;A - q;#Q adGy`d0,.ZԍyqpqeMw&/_P HRjۍcUidF6QɎi]1|/SPg&=t|Nb%*Ɠ<]]8ܦ[7`vo')2G K1ŵbgh*Ѫ?kuCk= s3аGg0qȴ%ohl/7JGP^Ne@Uo G5;u Q^LUx1c77aR'IQ_KImbGH`שcЉbj6(V'0gbZF\ yLY"AK,zN&DZ8m<UQv3#3/nA MTy?iC7ÖKʸb6N{Xrg{&P dgўBpZH <^hן<#&QS՜gV1:90&70T|-IV1t?\i̜ .caWb_ 6tj)ߝ͛8JPZ7D$'Gh=Xw\BM :)#uynʈvmj( @bOչ@y9>$ƿNqMӫT(֡h;mAu;H"=BH^ W;kco%JjZaxq#ĻpU֥~:NPneMNd4k8O$x{O{{>٥Ga |Eu^f  -biO~aa`ZKko[hb*) La[m=sbB68d#dC@v^C-6N`tu{0{5&dsT5WS\5iıٲ@;rXWdծl0 1IYd S# \̍ʸ46S7mKd,坂t-_,a@-X0d~^޸\r#]6dwDHe;IbB%:#8L扗̍U"Jڻ1lTV+=sF`X),,VSͷ@ڌPϛEX9 ^Qn|sJ^g#5 IDfX)DizoNhnFWQFs5 Ae/vUO Aka\K@}/ Y\WꆱƏ 6iۈ <>@ ǔ՜]osl:6v;9L9!\ h]Oڟg:ܱ ۩eyڅpJyO.(a/TNq In!d.W=> j T&I)݂W4 hi;!?`Kk)yxGjVhs']Ь=d Y&8|#` Iu::ja p0KaKTHR5{R7ӳt62vzĤ#t]f I*W񉯅B &w.s4Ĩ|RTT=$#|HE9]"Tsb7aI.qmmX,ŬM:2e L9+mHL'~: ,$ pw>kB˰=;#IfJZkb: E3ujd}⹪,Ч6XڗM-'(kv9h%]>,_DYP g PhrO$<[7)~U((Xo.^)B6䶢l{y ^ '^w&{բ7 1ᎴVݦ7^*IRȈ-PG @b@FD^6qTy󨜢u@?0"mwW+٩P:.3 *ŋ03o=GBu1+k.)ƛ3 OhN|XP|NdqNnv1XQ݆jBrnɻ{^CG]ա.<"5/a3X(B4:('GM3LҒrsʽy RH2nUS!YT R=AȗAՠ&vXKE B櫍,욖(@`{-N=\n_?8~k0c9%auWғ@p1K\ܸ~_.u>pFIV5؂y2XpyFEn u;G_ Td%ZK]jyb@3C _lg.?qv~@u1V3NkaSzO)*Y"=FA5 |DXjh/&(nDVwQz5UVPMK3alR8 I+F $.Ab MctU Pɣ>c#W}A`K5ޏ܌\, '$Pgq.*(@\mV1d `S/&ZkPfªXÞ>&{HZ%8?c|xfR WXFy߱LEHNaoMs %+&m;68PlBP"37zaIO$hɚp. j(ͅ][戨2}Ĉߞ\r,i$P 8 OP֞?O= R"۞B"IQ( O{>#n }e#*S~h$nf*9,o*$)Qe €+Uֳ!˜tQʪsjzЫx4R\ʏa=k_$ /!Y=AF6<^ 6|4MZ2aśY,WBӋr Y$ڠb_r_X21lJj"jW0l(I:f@VEc*m?}P[PfԠbt0؛1U;5}{n}k,AI XfĒ*S+nlp̥tczUG@H8r hϲF4<"ߥ wh`J PURQoJUA}z5ۓTdlQR# f)ܯl)=2uczpilEX\7b8  Q1qa& ŤFch{?3Yw6b8Ԝ> aۭ^_m":OФs4~*TW%ܫ:v쳫1#RvȎŨl?3 Ers !@I}bﱳǖצ*5"cy<þC]('C)nJ;N>zbI`S#]>#(5=e Cg8{TCg-tS:p#1Q˞xT'2`|_K~(MM4T) _|$08u! FR%]AJkp㫱`aN䧲C4?m 7"oUL!$Nc WMGDlMq @|֝; y}~cbP{~(-:$?cp9RMqI% sC ?U5jSdAڰ+ cP47$wty e1tzܫ,^AQ.$DPnV[*%O0+.('zB0ؙ}u5x*ɏuie,d">n3_J Qb$gO;GeE.l3]imLz`vc( uzn2 *ge{cs |9WU6JI!:A~6⃀rX,.`m~NO"(Nk-kj?: (7l;U}]>VV]0)K06)G7lI=V7~^*>H*ؼ;@5#m#qbw/Gxcfr!t'/m?WJ%D^>cQ N\x{ݖsJD]1 Կ4BÙxhrk{pþԳwYc+D"!W{d::VM;)9Eo O I3t-G-tn~ro4qDę@N5ҀxxC%UF2bx;ͣR\rZB6XMmO,f{7G?_Pޯ{)+EWPnc$aV bM~1>']L>3C=v9*] CŰbJDkr0  DkVHVY]nv+fXϟso:L6Ẁ9/m²xHDQSY͂%ky3Y g><{)@\YMF)rnK ܬ&8u?`Gܗ8y2 +r"\'3=p_.&D?kJL ty$ ;R7ˊ1ZW7`ZX*@C7]l7f _cv>yxe$DM-kRT-㗞jpicL )IUw9g2V%X\-nyJ S_^ TēꎍFGArozɈs$ZP'5RT׹9+it:p|Hd:V}uͪ.VWH1tA7a(@uXzS.Uy-"k_ܼjb A+?Oe`K}hT:5"V'I;{9}|M% Bmeu$U𴧙@-ߋ_͔y=m1O7cb}zN=Ė3A7=,$qKC1'EJЪ{FL۰]܈|tGmCJ1К}V:͗.ip~%wuPF$Jն3D=jD])c(LLrJTF)CNc͟ZRKw =K5$zLi6²H=a4%d<4V}i85-|Y5({ n麷۰w|,Ǔc.`3@z0;]GLGޑ;4)#6u0y U%3Nл'1yF9tL7z={qpGb2&ձRZU$v6B~DO,wm?kMe5-*|kOe|XLc%痟¯!fwQYYh̋$.lfjb8 j4Ӻ[,oo?LQ. .,`ݡ^ N[3I%9V~J|sIsM> <-P~|q@wlPX?TDH kjݙdTlezI҃%"f@nI=Ĕ9*&f+ \}C"79Y}lma-NjGƌ ]ʈJg-v3guK >m;i./)}]&᫞ْ,PCC>Z#8¬("r?'rqx;B3@;YN#-|Itb{*0hbacD`5o,~(v4xR2wg&1UIN_u[eN1Ĕ&Vba[ Vkv{Eϗ/ɲ7iYUQAVL(\BN<@0FN|nd")[y4m_ʵ? 7wYr#x0 YZ